JavaScript single-page application with Navigo, jQuery, Handlebars and SystemJS.
App works with NodeJS as a server and MongoDB as a database. You must have them installed.
- to install node modules: >>npm install
- to run app: >>npm start
App is tested with Mocha, Chai and SinonJS.
- to run tests: >>npm test
Design is supported by Twitter Bootstrap, jQuery-UI, Toastr and Sass.
- to run sass watcher: >>npm run sass