generator-react-template v0.0.0
generator-react-template
Simple React template to set up your project at once. It includes an express server with an easy MVC pattern to build services.
Installation
Quickly use it locally
Clone the repository and link it:
npm link
When it's installed via npm or yarn
First, install Yeoman and generator-react-template using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-template
Then generate your new project:
yo react-template
Also...
Make sure to install yarn as a package manager.
About the template
You might use this template if you need a full React-Redux-Saga-Axios setup with an ExpressJS back-end in order to provide API calls, data, authentication...
The back-end is an adapted ExpressJS with a real MVC structure and classes which can be decorated to generate endpoints.
The front-end is based on the combo React-Redux, enhanced with Saga for side-effects and Axios for making calls.
License
MIT © Gie Spaepen