generator-neutrino-react
v0.3.0
Published
generate basic react project powered by neutrino
Downloads
5
Maintainers
Readme
generator-neutrino-react
generate basic react project powered by neutrino-preset-react
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