Skip to content

UlianaChorna/delivery_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back-end Scripts

In the server directory, you can run:

npm i install dependencies

npm start start project

Front-end Scripts

In the client directory, you can run:

npm i install dependencies

Change proxy in package.json

"proxy": "https://delivery-app-server-cob6.onrender.com/api/" - dev env "proxy": "http://localhost:8800/api/" - local env

npm start start project

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published