Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 321 Bytes

Sample Kitchen Sink App

This is a sample app that attempts to demonstrate most of the concepts shown in class.

Install

  • git clone https://github.com/DWDatITP/sample-kitchensink.git
  • cd sample-kitchensink
  • npm install
  • nodemon server.js
  • visit http://localhost:5000