Skip to content

cloudlena/nodejs-typescript-boilerplate

Repository files navigation

Node.js TypeScript Boilerplate

Lint and Test

A minimalistic boilerplate to use Node.js with TypeScript

Setup

  1. Run npm install

Lint Code and Run Tests

  1. Run npm run lint
  2. Run npm test

Run Live Server for Development

  1. Run npm run dev

Compile and Run in Production

  1. Run npm run build
  2. Run npm start

Build Container Image

  1. Run npm run build:image

About

A boilerplate for using Node.js with TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published