cloudlena / nodejs-typescript-boilerplate

A boilerplate for using Node.js with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:TypeScript 56.9%Language:Dockerfile 43.1%