It is a demo to show how to create a rest server with node, typescript and restify
- cd ts-node-example-server
- npm run install
- npm run brun
- Install Docker or Docker Desktop
- Install VSCode
- Install Dev Containers plugin
- Open the folder with VSCode
- Accept the Pop up about Open folder in container or Open the Command pallete a look for Open folder in container and click on it
- Wait to the environment to be installed
- Install recommended plugins (eslint and typescript) on the container, so now the code quality tools are integrated on the IDE
npm run build
npm run run
npm run brun
npm run test