Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudlena/nodejs-typescript-boilerplate

A boilerplate for using Node.js with TypeScript
https://github.com/cloudlena/nodejs-typescript-boilerplate

boilerplate javascript nodejs typescript

Last synced: about 2 months ago
JSON representation

A boilerplate for using Node.js with TypeScript

Awesome Lists containing this project

README

        

# Node.js TypeScript Boilerplate

[![Lint and Test](https://github.com/cloudlena/nodejs-typescript-boilerplate/workflows/Lint%20and%20Test/badge.svg)](https://github.com/mastertinner/nodejs-typescript-boilerplate/actions)

A minimalistic boilerplate to use Node.js with TypeScript

## Setup

1. Run `npm install`

## Lint Code and Run Tests

1. Run `npm run lint`
1. Run `npm test`

## Run Live Server for Development

1. Run `npm run dev`

## Compile and Run in Production

1. Run `npm run build`
1. Run `npm start`

## Build Container Image

1. Run `npm run build:image`