- This is an app for viewing menus and making meal orders.
Dependency | Use |
---|---|
Nodejs | It is fast. It is JavaScript run-time environment for executing JavaScript code |
Express | A flexible Node.js web application framework |
Travis | Syncs easily on push to github and runs the Test. It also creates builds |
Angular | JavaScript frontend framework |
Gulp | It helps to automate tasks |
ESlint | Javscript linting utility |
Dependency | Use |
---|---|
Mocha | JavaScript testing library |
Chai | A BDD/TDD assertion library for node and the browser that can be paired with any javascript testing framework |
- git clone
- cd to jkitchen
Run
1. npm install
2. bower install
- Start app
gulp serve
or
nodemon index.js
or
npm start
npm test