Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soulman-is-good/node-typescript-template
- Owner: soulman-is-good
- Created: 2019-10-08T14:48:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:49:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T10:12:08.108Z (about 1 month ago)
- Topics: boilerplate, boilerplate-application, boilerplate-template, nodejs, template, typescript
- Language: TypeScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```