Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 290 Bytes

About the Repository

This Repository refers to the post writte on given link React file upload.

To Start the Backend:

$ cd backend
$ npm i
$ node server.js

To start the frontend:

$ cd frontend
$ yarn
$ yarn start