Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 327 Bytes

File metadata and controls

21 lines (13 loc) · 327 Bytes

ts-node18-template

A starter template for typescript projects using node.

Currently setup for node 20.

Pre-requisites

  • node: ^20.*
  • pnpm: ^9.*

Getting start

  1. git clone git@github.com:gio-shara-code/ts-node18-template.git
  2. touch .env and add the following:
NICKNAME="ninja"
  1. pnpm start