Skip to content

trigun539/generator-ep-react-simple

Repository files navigation

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

About

Simple react generator with webpack configured

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published