generator-hello
v0.4.8
Published
yo generator to help you bootstrap quickly
Readme
#generator-hello
yo generator to help you bootstrap quickly
vanilla (nodejs) example
mkdir js-sandbox
cd js-sandbox/
yo hello:vanillareact 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