Skip to content

photon6/node-dot-js

Repository files navigation

Node.js + TypeScript Starter

Minimal Node.js + TypeScript project using Express, ESLint, Prettier and Jest.

Quick start

# install deps
npm install

# dev (auto-reload)
npm run dev

# build
npm run build

# start production
npm run start

# tests
npm run test

# lint
npm run lint

# format
npm run format

About

All things Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published