Evolve is a react app (mobile only) that helps with self improvement by keeping track of a list of goals and helps you manage your free time.
- mongo
- node
npm install- run the monogo daemon by running
mongod - run the node server
node server/app.js - run the webpack server
npm start

