Live Demo
A React single page data visualiation app. It uses D3, Material UI, React Router, and Emoji Feedback.
These instructions will get you a copy of the project up and running on your local machine.
- Install Node 8.0.0 or greater.
- Install Git.
- First, clone this repo.
git clone https://github.com/justin0022/dashboard.git
- Then cd into the repo.
cd dashboard
- Run the installation script.
npm install
(If you seebabel-node: command not found
, you've missed this step.) - Run using
npm start
. Webpack Dev Server will host a hot-loading webpage. - To build for production,
npm run build
will output the production-ready, minified, tree-shaken bundle in/dist
.
Using the higher order component withResponsiveness, the graphs made in D3 is responsive in an optimized way.