generator-react-beginner-kit
v1.0.1
Published
This is full stack react generator for working with react js application
Downloads
5
Maintainers
Readme
generator-react-beginner-kit
This is full stack react generator for working with react js application. Generator creates react-redux based full stack application.
Installation
First, install Yeoman and generator-react-beginner-kit using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-beginner-kit
Then generate your new project:
yo react-beginner-kit
Note
This create react full stack project. Complete structure can be found below -
Pre configured application
This app comes with preconfigured configuration. You can find below listed functionality already implemented -
- login
- logout
- signup
- home screen
- server
- build management
- Initial test cases
For more details refer this
License
MIT © Prince Soni