Skip to content

Legendary Web Lab where you need to tap on pictures... but powered by Nest JS and React!

License

Notifications You must be signed in to change notification settings

vityaman-edu/web-taparia-nest-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taparia: nestjs + react

Build & run

docker compose up
cd backend
  npm run start dev
cd ..
cd frontend
  npm run start dev
cd ..