Evently is an event-planning app with live chat, real-time itinerary update, and a map for planning routes with multiple locations.
- Front-end: React, React-Router, Webpack, Babel
- Backend: Node, Express, Mongo, Passport, Socket.io
Start up Mongo database:
$ mongod
Start up the server from the root directory of the repo:
$ bower install
$ npm install
$ npm start
Start up Webpack --watch:
$ npm run dev
Go to http://localhost:3000
MIT