generator-react-starter-app

Generator for Generating App to use with react-starter-components

Usage no npm install needed!

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

README

generator-react-starter-app NPM version Build Status Dependency Status

Generator for Generating App to use with react-starter-app

Installation

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

npm install -g yo
npm install -g generator-react-starter-app

Then generate your new project:

yo react-starter-app
webpack
node app.js

Adding a page (When queried for overwrite always say yes)

yo react-starter-app:page test/test-page && yo react-starter-app:updateIndex

Adding a component (When queried for overwrite always say yes)

yo react-starter-app:component test/test-page && yo react-starter-app:updateIndex

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Ravi Kumar Hamsa