- Clone the repository
$ git clone https://github.com/XD0M3/Admin-Panel.git
- Go into the Folder and install the dependecies
$ cd Admin-Panel
then$ yarn
or$ npm install
- Then you go into the express-backend folder and do the same.
$ cd express-backend
and then$ yarn
or$ npm install
- Start in both Folders the app.
$ yarn start
or$ npm start
- Open React App by opening http://localhost:3000