#ColorHappy
Built with React, Redux, Saga, PostgresSQL, and Bootstrap.
Uses pg-promise to implement Postgres.
Check it out here.
Install dependencies:
$ npm install
Make sure Postgres is running on port 5432 and initialize the database:
$ npm run db
Build and start local server:
$ npm run dev
Open localhost:8000 in a browser.