Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.25 KB

JKitchen

  • This is an app for viewing menus and making meal orders.

Build Status

Coverage Status

Tools Used

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

Test Tools

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

React Vs Angular

Set Up locally

  • git clone
  • cd to jkitchen

Installing dependencies

Run

1. npm install
2. bower install
  • Start app
gulp serve

or

nodemon index.js

or

npm start

Running tests

npm test