Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 729 Bytes

TSNodex

A superquick TypeScript + Nodejs + Express Starter Template with Nodemon setup. Get started with your next server in seconds!

🚀 How to get started?

It's super easy to get started with this template. Just click on Use this template and follow the instructions to setup your repository.

image

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.