See: https://coreui.io/
CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.
# clone the repo
$ git clone https://github.com/MBahamondes/coreui-free-react-webpack4.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
This project was bootstrapped with Create React App
see also: User Guide
# dev server with hot reload at http://localhost:3000
$ npm start
Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Run build
to build the project. The build artifacts will be stored in the build/
directory.
# build for production with minification
$ npm run build