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
- Host: GitHub
- URL: https://github.com/fnoquiq/masterclass-typescript
- Owner: fnoquiq
- Created: 2020-03-15T18:29:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:51:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T11:41:52.020Z (about 1 year ago)
- Topics: express-typescript, react-typescript, ts-node-dev, typescript
- Language: TypeScript
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.