Setup Upload Route
In order to see how your app works, you need to set up the upload route.
Open up your src/index.js
where the routes exist.
Import Upload component
Import the recently created Upload component.
Set up the Upload route
Add the /upload
route.
Your routes should look like the code below.
Run your app
Your app should live-reload. In your browser, enter the upload route, http://localhost:3000/upload
.
Your app should look like this now.
Last updated