0.4.0 • Published 7 years ago

generator-ep-react-simple v0.4.0

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

generator-ep-react-simple

npm version Build Status Dependency Status Coverage Status

Yeoman generator that scaffolds simple react app

Installation

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

npm install -g yo
npm install -g generator-ep-react-simple

Then generate your new project:

yo ep-react-simple

Things generated

  • webpack config
  • es6 support
  • Sample react component
  • Unit test setup using mocha
  • Unit test coverage setup using istanbul
  • Simple http serve to get you up and running.

Running

# Builds project and starts http server
npm start

# Starts server and launches webpack in watch mode
npm run dev

# Run unit tests:
npm test

# Run test coverage:
npm run test:cov

# Building
npm run build

License

MIT © Edwin Perez

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago