A superquick TypeScript + Nodejs + Express Starter Template with Nodemon setup. Get started with your next server in seconds!
It's super easy to get started with this template. Just click on Use this template and follow the instructions to setup your repository.
Once your repository is setup, clone it and install the dependencies
npm install
And use the following script to start the server in development mode:
npm run dev
This will run your server on PORT: 5000
. Port is defined in index.ts
and you can change it to any valid port.