Skip to content

desafree/ecommerce

Repository files navigation

E-commerce practice project

How to run
  # run json server
  json-server --watch -p 3001 data.json
  # run project
  npm run start
Root Environment variables

To run the project, you need to create a .env file in the root folder containing the following environment variables:

    REACT_APP_API_URL=http://localhost:3001/items --> use port used for you json-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published