Image Uploader built with
React.js
&Node.js
|Typescript
.
You can visualize the demo here.
-
Clone or download this repository.
-
Before starting the app, It is required to Create
.env
file and defineREACT_APP_BACKEND_URL
environment variable.REACT_APP_BACKEND_URL=http://localhost:5000
-
run:
$ npm install $ npm start
-
Navigate to
http://localhost:3000/
and enjoy! 👋 🚀