generator-neutrino-react

generate basic react project powered by neutrino

Usage no npm install needed!

<script type="module">
  import generatorNeutrinoReact from 'https://cdn.skypack.dev/generator-neutrino-react';
</script>

README

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