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

npm install

or

yarn install

bundle dev mode

npm run dev

dev : hot reload mode

Development mode = best dev experience (hot reload, redux devtools extension...).

npm run start

Then go to localhost:3001

bundle production mode

npm run prod

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:

npm run prod-server

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

GitHub