Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 398 Bytes

File metadata and controls

23 lines (16 loc) · 398 Bytes

Express Workshop

Creaded by Donald Isaac for Open Sourcery

Check out Open Sourcery at our website!

Setup

git clone https://github.com/opensourceryclub/express-workshop
cd express-workshop
# Install dependencies via npm
npm install
# start the server
npm start

From a different terminal, you may test the funtionality by running

npm test