Skip to content

irshathcodes/ts-node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter to use NodeJS with TypeScript

Get Started

This starter recommends using pnpm, however you can opt out to use any package manager.

pnpm

  • pnpm install install dependencies.
  • pnpm dev start the dev server.
  • pnpm start start the production build.

npm

  • npm install install dependencies.
  • npm run dev start the dev server.
  • npm start start the production build.

About

Starter to use NodeJS with TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published