https://github.com/lassejlv/nodejs-typescript-starter
Simple typescript template for node
https://github.com/lassejlv/nodejs-typescript-starter
nodejs typescript
Last synced: 14 days ago
JSON representation
Simple typescript template for node
- Host: GitHub
- URL: https://github.com/lassejlv/nodejs-typescript-starter
- Owner: lassejlv
- Created: 2024-06-22T19:44:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-22T19:45:28.000Z (about 1 year ago)
- Last Synced: 2025-02-24T05:44:39.059Z (4 months ago)
- Topics: nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js + TypeScript Starter
This is a starter project for Node.js with TypeScript.
# Usage
```bash
git clone https://github.com/lassejlv/node-typescript-starter.git my-project
cd my-project
npm install
npm run dev# Build for production
npm run build# Run production build
npm start
```