Skip to content

Files

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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