Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 583 Bytes

RSVP-Under construction

This is the repository for RSVP application.You can download and modify as you wish. This is work in progress and will be updated as the development progresses.

Local Setup

You will need to replicate the setup on your local machine to preview the project. Download or clone the project from Git, once dowloaded run the below commands

cd rsvp
npm install
node app

Open the browser and type in http://localhost:3000/, voila you get the page with default template. Feel free to modify and play around.