-
smartadmin 1.8.2
-
react 15.3
-
webpack 2
-
react-router 3
-
lazy-loading
-
large redux handled application
-
many redux examples
-
voice control
-
optimized builds
-
many many more
To run the code in your development environment:
- Download and unpack
- Run
npm install
- Start the development server for seed project with
npm run dev
- Point your browser to http://localhost:2200
quick way to speed up builds when testing
exclude routes from build by commenting them in src/app/app.js
production build
npm run build