A customizable personal dashboard app.
Dashy is a Node.js app using Hapi, and the usual suspects - Webpack, and Babel.
Front-end uses React, Styled-Components, and Semantic UI React
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone git@github.com:sparkboom/dashy.git # or clone your own fork
cd dashy
yarn
yarn run build
yarn run start
Your app should now be running on localhost:5000.
To run the Webpack watcher for ease of development, use the following command
yarn run dev
heroku create
git push heroku master
heroku open