Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 266 Bytes

Development-web-secondchance-2021

infweb01-d and infweb21-d exam

Userfull commands:

  1. npm install
  2. npm run fe
  3. npm run be
  4. dotnet ef database update
  5. dotnet ef database drop
  6. dotnet ef migrations add ...
  7. dotnet run
  8. yarn
  9. yarn fe
  10. yarn be