This is a test or template project for playing around with NodeJS + ExpressJS and Jest as test framework with TypeScript support.
Run npm run dev
for a dev server. Navigate to http://localhost:3000/
.
Run npm run prod
for a prod server. Navigate to http://localhost:3000/
.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run lint
to start a linter run.
Run npm run test
to execute the unit tests.
- Install this VSCode-Addon: https://github.com/Huachao/vscode-restclient
- Open
tests/vscode-restclient-test.http
within Visual Studio Code and run the steps or define some additional