This is a simple express server made using TypeScript. It uses gulp to transpile the TypeScript code into JavaScript.
Create a local .env
file and copy and modify the contents of .env.txt
to your local file with the appropriate settings
# Install dependencies
$ npm install
# Build the server
$ npm build
# Run the server
$ npm dev
You can use the npm watch
command to have gulp build while you're coding.