0.3.0 • Published 7 years ago

generator-neutrino-react v0.3.0

Weekly downloads
4
License
MPL-2.0
Repository
github
Last release
7 years ago

generator-neutrino-react

generate basic react project powered by neutrino-preset-react

NPM version Build Status Dependency Status

This neutrino preset enables building JSX-supported React-based web applications with a common configuration for Webpack, ESLint, Babel, Karma+Mocha, along with a static local development server. And you don't need to maintain these package configurations and dependencies directly on your project, neutrino and neutrino-presets handle these for you.

Installation

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

npm install -g yo
npm install -g generator-neutrino-react

Then create a project directory and initiate the generator

mkdir myweb
cd myweb
yo neutrino-react

License

Mozilla Public License Version 2.0

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago