1.2.1 • Published 5 years ago

generator-react-client v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.9

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago