Skip to content

mxczpiscioneri/generator-react-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Client Generator (generator-react-client)

React client with Node/Express backend middleware

Installation

First, install Yeoman and generator-react-client using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-client

Then generate your new project:

yo react-client myproject

Project Documentation


Requirements

  • Node
  • npm

Stack

  • Node
  • Webpack
  • ES6 (Babel)
  • React
  • React Router
  • Redux / Redux Form
  • PostCSS / SASS
  • Material UI

Initialization

npm i && npm run dev

Build to production|stage

npm run build:production|stage

About

React + Node/Express generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 20.0%
  • CSS 0.1%