An admin panel implemented with React.js and designed with Bootstrap.
You require node and npm to develop and build the project. First, clone the repository:
# clone project
git clone https://github.com/skdcodes/freelancer-web-React.js_Admin_Bootstrap-Qcut_Admin_Dashbord.git qcut-admin
# change directory
cd qcut-adminInstall the project dependencies:
npm installThis project was bootstrapped with Create React App. You can view the detailed usage instructions here.
To start the application in development environment:
npm startTo build the production-ready application:
npm run build