Skip to content

fnoquiq/masterclass-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typescript study case

Application to understand the logic of typescript


🏇 Run application

Backend

First enter in the backend folder using cd backend.

Type in the terminal yarn and then yarn dev:server to compile and raise the server.

Frontend

Enter in the frontend folder using cd frontend.

Type in the terminal yarn and then yarn start to raise the server with dev mode.