A SPA where you can add/remove items from a cart, scroll through individual menu items to view nutritional information, etc.
- Clone repo
- Navigate with your terminal to the newly cloned folder, and run the following commands:
- Get server dependencies: Run
npm install
- Get client dependencies: Run
bower install
- Run
npm start
and go tolocalhost:3000
in your browser of choice
- This project uses precompiled Handlebars templates. Currently precompiling is a manual process, so if you make changes to a
.handlebars
files, runhandlebars views/templates/ -f public/javascripts/templatesCompiled.js
from the project directory to re-generate the templates.