React Starterkit

React Starterkit

Build project using ReactJS, Redux, Webpack and Babel

Technologies:

  • Redux
    Predictable state container for JavaScript apps
  • Webpack
    A bundler for javascript and friends
  • React-Router
    A complete routing library for React
  • Babel
    Compiles ES6 to ES5. Enjoy the new version of JavaScript today
  • ES Lint
    Lint JS. Reports syntax and style issues
  • Npm scripts
    Run project with just one command

Installation:

Clone starter-kit api repo
  • $ git clone https://github.com/JuneDomingo/react-starterkit-api.git
  • $ cd react-starterkit-api
  • $ npm install
  • $ npm start
Clone starter-kit repo
  • $ git clone https://github.com/JuneDomingo/react-starterkit.git
  • $ cd react-starterkit
  • $ npm install
  • $ npm start -s
... and you can now start coding :-)