Boiler-plate for Typescript based Node.js server deployed on Heroku
Main server file is in folder server/ with server file named server.ts
After cloning this repo on your system
Install dependencies
npm installTo start the server in development mode, run :
npm run dev
Remember to add .env to .gitignore
Deploy on Heroku
Everything that is required to deploy this to heroku has already been done.
Just clone this repo, connect GitHub with your Heroku account, select this repository in deploy-section and press deploy, that's it.
Log in or sign up for Devpost to join the conversation.