Visualization Dashboard for LTI Insights
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/patricklinpl/insights-dashboard.git
- Then cd into the repo.
cd insights-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.