Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudlena/nodejs-typescript-boilerplate
- Owner: cloudlena
- License: other
- Created: 2016-12-10T14:29:08.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T22:48:48.000Z (11 months ago)
- Last Synced: 2024-02-10T23:31:08.875Z (11 months ago)
- Topics: boilerplate, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 556 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`