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-admin
Install the project dependencies:
npm install
This project was bootstrapped with Create React App. You can view the detailed usage instructions here.
To start the application in development environment:
npm start
To build the production-ready application:
npm run build