Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/nodejs-typescript-starter
Simple typescript template for node
https://github.com/lassejlv/nodejs-typescript-starter
nodejs typescript
Last synced: about 2 months 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T19:45:28.000Z (7 months ago)
- Last Synced: 2024-06-23T02:33:49.474Z (7 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
```