Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 313 Bytes

NODE TS TEMPLATE

This is a template for node typescript projects.

Getting started

run npm install to install all dependencies.

run npm run build to build the project.

run npm run start to start the project after building it.

run npm run dev to start the project in development mode.