Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 975 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 975 Bytes

QCut Admin Dashboard

An admin panel implemented with React.js and designed with Bootstrap.

Install

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

Usage

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

Technologies