Esse é um projeto desenvolvido com TypeScript.
Nele vamos explorar ainda:
- Configuraçoes [tsconfig.json] e [tslint.json]
- Tipagem estática
- Inferência de tipos e declarations
- Classes e modificadores
- Generics - Parte 1
- Tipos compostos, types aliases e classes abstratas
<h2 align="center">Install</h2>
Build Development with yarn:
```bash
yarn build:dev
Build Prod with yarn:
yarn build
Start with yarn:
yarn tsc
yarn start
Serve with webpack-dev-serve:
yarn serve
Serve with express Development:
yarn express
Serve with express Prod:
yarn express:prod
Serve with Hot Module Replacemnt:
yarn hot
Clean path /dist:
yarn clean