Matt Goucher

Circle CI The node 4.2.4 application running mattgoucher.com

Quick Start

Install dependencies

$ npm install

Create development Configuration

$ cp config/production.js config/development.js
# Make sure to replace the environment variables with your own configs

Start it up

$ npm run dev