generator-react-simple

Simple React boilerplate with Webpack, Babel, Standard and Hot Module Reloader

Usage no npm install needed!

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

README

Simple React boilerplate generator. Includes React with Webpack, Babel, Standard and Hot Module Reloader.

Install

This is a Yeoman generator. Install Yeoman, if you don't have it already:

npm install --global yo

Install this generator

npm install generator-react-simple

Usage

After installation create a new directory and run:

yo react-simple
npm install

To start development run:

npm run start

Open http://localhost:8080/webpack-dev-server/ and start editing code.