A simple RSVP form I built for my wedding.
- Install Node.js 6.x via nodejs.org or using NVM
- Install Bower by running
npm install -g bower
from a terminal - Clone the repository into a local directory
- From the project directory, install dependencies with
npm install
- Install MongoDB and ensure the connection string is correct in
server.js
- Start the application with
npm start