Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 321 Bytes

Mobile Web Specialist Certification Course

Restaurant Reviews App—Stage 3

Development local API Server

Prerequisite

  • node.js LTS Version
  • npm
  • gulp

Install node.js globally

  • node.js

Install project dependancies

  • npm i
  • npm install --save-dev gulp

Start the server

  • gulp build
  • gulp