Skip to content

mislam/tsnpk

Repository files navigation

TSNPK

TSNPK (TypeScript Node Project Kit) comes pre-installed with all bells and whistles you would need for your next NodeJS project:

  • TypeScript: Compiler
  • ESLint: Code Linter
  • Prettier: Code Formatter
  • Vitest: Testing Framework
  • Rollup: Module Bundler

Start

Install NPM dependencies:

pnpm install

Make a copy of .env file:

cp .env.example .env

Run:

pnpm dev

It will watch for changes and compile as you go.

Test

Run test with instant watch mode:

pnpm test

Build

The compiled code is stored in build. So you may run it with:

node ./build

"It's that simple!" – 🤩

About

TypeScript Node Project Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors