Simple React template to set up your project at once. It includes an express server with an easy MVC pattern to build services.
Clone the repository and link it:
npm link
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
Make sure to install yarn as a package manager.
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.
MIT © Gie Spaepen