corporate-dashboard

An application using a front-end MVC framework of your choosing. The dashboard application must contain a header (with the currently selected dashboard’s name); a menu, allowing the user to navigate between dashboards; and the primary dashboard display area. You should find, or create, your own data files in CSV and JSON formats to provide data to the dashboards.

Live Example

Includes

React, React-Toolbox, Webpack, Babel

Installation

Dependencies

//  Install local dependencies
npm install

NPM Tasks

// Start live editing
npm run live
// Build dist version
npm run build
// Build dist version on Windows #fix webpack from hanging
npm run build:windows

Simple Server

//  Install globals
npm install http-server -g
//  Start server
http-server -p 8080

License

Project is released under the MIT License.