A simple calendar app with events
- node
- npm
- Bower
Make sure you have Node and npm installed
Then install bower if you haven't already
npm install -g bower
Then install dependencies and start up the server
npm install
bower install
npm start
navigate to http://localhost:8080/ in your browser of choice
Persist events on the server in MongoDB. Right now they are being stored on the browser's localStorage.