- clone this gist
git clone https://gist.github.com/0c19582a14b8d657649af01d2c23f0e9.git my-project
cd my-project
npm install
npm run start
npm run build
will output abundle.js
file to the directory suitable for publishing to static hosting etc. might want to run it through uglify or something too ;)