Coder Social home page Coder Social logo

sachasreactreduxstarterpack's Introduction

Sacha's ReactRedux's starter pack

Absolutely not inspired by Stephen Grider's pretty useful ReduxSimpleStarter.

I created it for my next projects and it includes all the stuff I absolutely need: (Also, this is my first ReadMe.md)

* React
* Redux
* React-Redux
* React-router and react-router-dom
* React-promise
* Axios
* Babel
* Eslint (react, airbnb, flowtype)
* Stylelint
* Stylefmt
* Webpack, Webpack-dev-server
* Lodash

It is configured to be used right away.

Getting Started

> git clone https://github.com/TheOmegaBlack/SachasReactReduxStarterPack.git
> cd SachasReactReduxStarterPack
> npm install
> npm start

And you should be ready to go! All the files are included in /src. There are different folders for js, css and images.

Commands

> npm start             // Starts webpack-dev-server
> npm run build         // Starts webpack (outputs in root/bundle.js)
> npm run eslint        // Runs eslints for src/index.js and all the js files in src/js and its sub-folders.
> npm run eslint:fix    // Runs eslint --fix (fixes some errors in your js files)
> npm run fix           // Runs both eslint:fix and stylemft
> npm run flow          // Runs flow
> npm run stylefmt      // Runs stylefmt on all the files inside src/css/ (fixes some errors in your css files)
> npm run stylelint     // Runs stylelint on all the files inside src/css/

sachasreactreduxstarterpack's People

Contributors

sachamorgese avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.