Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.62 KB

README.md

File metadata and controls

67 lines (49 loc) · 1.62 KB

React starter kit

N|Solid

This starter kit provide you with all dev equipment for easy React starting.

New Features!

  • React updated to 16.3.2 v.
  • Add Immutable
  • Add Styled-components
  • Add Redux-form

You can also:

  • Use another middlewares for Redux and tools for async requests besides redux-thunk
  • Edit or configure your own eslintrc
  • Starter kit is highly easy and flexible

Installation

Starter kit requires Node.js and NPM/Yarn to run.

Install the dependencies and devDependencies and start the server.

$ npm install

or

$ yarn install

For development evironment

$ npm run dev

For production environment

$ npm run prod

For testing environment

$ npm run test

Please, do pull requests or make issues if any bugs are exist.

License

ISC