Reno Dashboard
?About
dashboard to help admin control their system users & employees
it comes with strong search features to help save admin time
?Getting Started
- Clone the repository
git clone https://github.com/omar214/Reno-Dashboard.git
- Go to the directory of the repository
cd Reno-Dashboard
- to run frontend
add .env
file like this inside Client
REACT_APP_API_URL = 'API URL'
then run
cd Client
npm install
npm start
now Client runs at port 3000
4.to run backend
cd Server
npm install
npm start
server runs at port 8080
? Demo
Demo
Demo.mp4
Responsive Demo
responsive.Demo.mp4