Skip to content

teslmik/delivery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delivery-app

Getting Started

First, run the development server:

Create .env files on backend and frontend, and fill them like in .env.example file

for backend:

cd backend
npm install
npm run dev
# or
yarn dev
# or
pnpm dev

for frontend:

cd frontend
npm install
npm run dev
# or
yarn dev
# or
pnpm dev