This is a skeleton repo for an nodejs Express API application written in Typescript. Please fork to use.
This application is designed to be run within Visual Studio Code.
- Install dependencies:
npm install - Open Visual Studio at the root.
- Build by using
Ctrl+Shift+Bon Windows. - Run by using
F5. This will start an API on localhost using the port set in thedev.envfile.
NB: Building the project will run the tests. Run npm run test to just run the tests.