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