/reactivity-core

Reactivity is an admin web site template based on Facebook React and Google Material UI

Primary LanguageJavaScriptMIT LicenseMIT

Reactivity-core

Reactivity is an admin web site template based on Facebook React and Google Material UI

Basic functionality

  • Dashboard with draggable widgets
  • Charts (based on http://www.chartjs.org/)
  • Basic pages (Login/Sign Up, 404, 500)
  • Form controls
  • Theming functionality
  • Multi-language support container (http://l20n.org/)
  • UI elements (tables, spinners, growl boxes, lightbox, etc...)

Technologies stack

  • ECMAScript 6 modules
  • System.js module loader
  • Babel
  • Facebook React
  • React Router
  • Radium
  • Google Material UI

Installation

  1. Install Node.js (https://nodejs.org)
  2. Run npm install jspm -g
  3. Run npm install gulp -g
  4. Run npm install in your project folder
  5. Run jspm install in your project folder
  6. Run gulp serveit (or gulp serveit-no-watch) in your project folder (if you are using VS Code - Ctrl + Shift + P -> Run Task -> serveit)