Repositório para criação de projeto inicial React com Typescript
I) Clone o repositório.
$ git https://github.com/ollyvergithub/ReactComTypescriptProjetoInicial.git
II. Instale as dependências.
$ npm i
III. Execute os testes.
$ npm test
IV. Execute a aplicação.
$ npm start