This is a template for a Node.js Express server with Typescript.
- Node.js
- NPM
- Clone the repo
- Install NPM packages
npm install
- Run the server
npm run dev
- Enjoy Express with Typescript!
- Build the project
npm run build
-
Copy the
dist
folder to your server -
Run the server with node
node dist/index.js
- Express - The web framework used
- Typescript - The language used
- NPM - Dependency Management
Distributed under the MIT License. See LICENSE
for more information.