Skip to content

giespaepen/react-generator

Repository files navigation

generator-react-template

Build Status npm version

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published