1.2.1 • Published 6 years ago

generator-react-client v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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
  • Serverless (AWS Lambda + API Gateway + S3)
  • Webpack
  • ES6 (Babel)
  • React
  • React Router
  • Redux / Redux Form
  • PostCSS / SASS
  • Material UI
  • Jest / Enzyme / Chai

Initialization

npm i && npm run dev

Build to production|stage

NODE_ENV=production ENV=production|stage npm run build

Testing

Using jest with enzyme and chai (see examples on ./src/client/**/*.spec.js)
npm test

Deploy to AWS production|stage (with Serverless)

NODE_ENV=production ENV=production|stage npm run serverless:deploy
1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

7 years ago

1.0.9

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago