https://github.com/ipenywis/typescript-mistakes
Mistakes you should avoid to write better and become more productive with Typescript
https://github.com/ipenywis/typescript-mistakes
Last synced: 4 months ago
JSON representation
Mistakes you should avoid to write better and become more productive with Typescript
- Host: GitHub
- URL: https://github.com/ipenywis/typescript-mistakes
- Owner: ipenywis
- Created: 2022-12-25T14:34:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T14:52:54.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:17:07.539Z (8 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 44
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ipenywis/typescript-mistakes - Mistakes you should avoid to write better and become more productive with Typescript (TypeScript)
README
# Typescript Junior Mistakes

All the principles are explained on CoderOne's youtube channel: https://youtu.be/MSq_DCRxOxw
## Code
This Repo has examples for all best Typescript practices and junior mistakes
All practices are inside othe `src/essentials` folder.You can run the dev server using:
```bash
yarn install
yarn dev
```