generator-hello

yo generator to help you bootstrap quickly

Usage no npm install needed!

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

README

generator-hello

yo generator to help you bootstrap quickly

vanilla (nodejs) example

mkdir js-sandbox
cd js-sandbox/
yo hello:vanilla

react example

mkdir react-sandbox
cd react-sandbox/
yo hello:react
npm run dev
python3.4 -m http.server # or whatever the server you want to use