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: 9 days 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:51:57.000Z (about 1 year ago)
- Last Synced: 2025-04-01T23:39:03.201Z (3 months ago)
- Topics: boilerplate, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 479 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js TypeScript Boilerplate
[](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`