Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```