This is a sample app that attempts to demonstrate most of the concepts shown in class.
git clone https://github.com/DWDatITP/sample-kitchensink.git
cd sample-kitchensink
npm install
nodemon server.js
- visit http://localhost:5000
This is a sample app that attempts to demonstrate most of the concepts shown in class.
git clone https://github.com/DWDatITP/sample-kitchensink.git
cd sample-kitchensink
npm install
nodemon server.js