Clone the repo and install all the dependencies with npm install.
For the backend, please download the following repo https://github.com/mfguerrero/crown-store-back
You'd need to make little adjustments in the backend to allow CORS.
Step 1. Clone the backend repo.
Step 2. Install all the dependencies
Step 3. npm install cors
Step 4. Add the following line inside index.js app.use(cors())
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.