Reactivity is an admin web site template based on Facebook React and Google Material UI
- 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...)
- ECMAScript 6 modules
- System.js module loader
- Babel
- Facebook React
- React Router
- Radium
- Google Material UI
- Install Node.js (https://nodejs.org)
- Run
npm install jspm -g
- Run
npm install gulp -g
- Run
npm install
in your project folder - Run
jspm install
in your project folder - Run
gulp serveit
(orgulp serveit-no-watch
) in your project folder (if you are using VS Code - Ctrl + Shift + P -> Run Task -> serveit)