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 browserify
sudo npm install -g uglify-js
npm install
to install dependenciesnpm run bundle
to build the frontend JS ORnpm run bundle-prod
to build a minified version of the frontend JS- Run
npm start
to start the server - Go to http://localhost:3000 and have fun :)