An open API service indexing awesome lists of open source software.

https://github.com/fnoquiq/masterclass-typescript

[Express] Typescript study case
https://github.com/fnoquiq/masterclass-typescript

express-typescript react-typescript ts-node-dev typescript

Last synced: 7 months ago
JSON representation

[Express] Typescript study case

Awesome Lists containing this project

README

          

# Typescript study case

Application to understand the logic of typescript

---

## :horse_racing: 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.