react-director-admin-template
ReactJS version of Director Responsive Admin Template Free.
Content
- admin template
- ReactJS 16+
- Redux
- react-hot-reload 4+
- React router 4
- react-router-redux 5.x
- webpack 4+
- sass
- jest
- enzyme
Usage
Prerequisite
Ensure to have NodeJS v6.x MINIMUM.
Install
or
bundle dev mode
dev : hot reload mode
Development mode = best dev experience (hot reload, redux devtools extension...).
Then go to localhost:3001
bundle production mode
run production
In Development
ReactJS is not optimized at all
(you may even find the application to be slow).
ReactJS shows its real power and is amazing fast
when bundled in production
.
General case:
Then go to localhost:8081
What's next
- [ ] get rid of jQuery (use of react-bootstrap only)
- [ ] add react-bootstrap-table
- [ ] add redux-form
- [ ] add authentication examples
- [ ] tests
- [ ] optimize image import