Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 259 Bytes

File metadata and controls

14 lines (11 loc) · 259 Bytes

node-typescript-boilerplate

A boilerplate for start any project using nodejs with typescript

Run

  • npm install
  • npm run dev

Build js version

  • npm run build

Run built versrion

  • npm start

start codding in src/main.ts

created by Lilhuy: 11/08/2022