admin panel template react
1.0.0
Admin Dashboard developed in react.js and node.js.
https://github.com/varunon9/admin-panel-template-react.git
cd admin-panel-template-react
npm install
cd config && cp config-sample.js config.js
username
with your MySql username and password
with your MySql password in config.jsnpm run build
(for development use npm run build-dev
and keep terminal open)node bin/www
or nodemon
npm run build-sass
to transpile sass/scss files to css.