vlandham / nplegends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLab Visualizations

This project contains the web client for Measurement Lab visualizations.

Installation

npm install

Development Server

npm run dev

Using webpack-dashboard

If you prefer to have webpack rendered in a dashboard, use two separate terminal windows. In one, run webpack with:

npm run webpack-dashboard

And in the other, run the web server with:

npm run start-dev

Note that the dashboard adds roughly 500ms to the webpack rebuild time.

Testing

npm test

Building for Production

npm run build

Production Server

npm run start

Originally built from https://github.com/erikras/react-redux-universal-hot-example

About

License:MIT License


Languages

Language:JavaScript 89.4%Language:CSS 10.5%Language:HTML 0.1%