Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/ts-server

My revision on write and config a typescript server (nodejs, express)
https://github.com/chaudinh/ts-server

Last synced: about 1 month ago
JSON representation

My revision on write and config a typescript server (nodejs, express)

Awesome Lists containing this project

README

        

## TypeScript server config

- Setup
- What is decorators in TypeScript?
- Some design patterns:
- Active Record
- Data Mapper
- Dependency Injection

## Note

The `dist` folder is the compile typescript code into vanilla javascript code so each time we run `yarn watch`, it would be replace by a new one.