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