Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 815 Bytes

ReactEShop

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())

image

Available Scripts

In the project directory, you can run:

npm start

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.