Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soulman-is-good/node-typescript-template

Base template for Node.JS application
https://github.com/soulman-is-good/node-typescript-template

boilerplate boilerplate-application boilerplate-template nodejs template typescript

Last synced: 15 days ago
JSON representation

Base template for Node.JS application

Awesome Lists containing this project

README

        

# Node.JS applicaiton template on typescript

Just clone and scaffold on your own taste

```sh
git clone https://github.com/soulman-is-good/node-typescript-template.git my-project
cd my-project
npm i
npm start
```