Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razshare/node-starter

Template for starting a NodeJS project with TypeScript support
https://github.com/razshare/node-starter

Last synced: about 1 month ago
JSON representation

Template for starting a NodeJS project with TypeScript support

Awesome Lists containing this project

README

        

## Getting started

Clone this repository and install its dependencies:

```bash
git clone https://github.com/tncrazvan/node-starter.git
cd node-starter
npm install
```

Start writing your code in `src/main.ts`.

`npm run build` builds the application and inlines all imports to `dist/main.js`.

`npm start` builds the application and launches it.