Is A Web Based File Explorer.
- Before Running the app, you must have the backend of this app up and running. Go inside the backend directory and run the following commans
yarn
node server.js
- Backend API can now be accessed at:
localhost:3001
-
-
Download or Clone the Repository
-
Open bash inside the App's
frontend
directory -
run following commands
-
yarn
-
yarn start
-
-
App can now be accessed at:
localhost:3000
-