1.0.6 • Published 7 years ago

@davidlazic/generator-webpack-react v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

generator-webpack-react NPM version Build Status Dependency Status Coverage percentage

React app generator

Installation

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

Tested with node v8.6.0

npm install -g yo
npm install -g @davidlazic/generator-webpack-react

Then generate your new project:

yo webpack-react

Environment tasks

EnvironmentCommandDescription
Localnpm run localRun local Node / React with hot reloading enabled.
Developmentnpm run devRun non-minified DEV build.
QAnpm run qaRun minified QA build (same as PROD build for testing).
Productionnpm run prodRun production build.

Other tasks

TaskCommandDescription
Cleannpm run cleanClean dist project directory.
ESLintnpm run lintRun ES6 error linter.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © David Lazic