A holiday twist, on the classic todo example. What will you accomplish in 2015?
Check it out at https://resolution-15.herokuapp.com/
- Postgres for data
- Download and install http://postgresapp.com/
- Click on the Postgres icon, click 'Open psql' & run
CREATE DATABASE resolution15; - Run
npm install - Run
npm run migrations - Update
app/api/config/config.json
- With live-reload:
npm run devor easy-mode:npm start - http://localhost:5200

