Jammin on the web
To set up:
- Clone this repository to your computer
- If you do not have Browserify or Uglify installed, install them:
sudo npm install -g browserifysudo npm install -g uglify-js
npm installto install dependenciesnpm run bundleto build the frontend JS ORnpm run bundle-prodto build a minified version of the frontend JS- Run
npm startto start the server - Go to http://localhost:3000 and have fun :)