Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 205 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 205 Bytes

Simple Web App

This is a simple NodeJs web app built on top of express.js framework.

Setup

Setup is as simple as:

npm install
# Run unit tests
npm run test
# Run the app
npm run start