Basic application developed using Typescript
It is a very simple application with purpose for study
Node Express app exposing 1 functional GET
endpoint
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev:server
React app consuming the endpoint exposed by the backend
# install dependencies
$ yarn install
# start application with hot reload at localhost:3001
$ yarn start