Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/razshare/node-starter
- Owner: razshare
- License: mit
- Created: 2023-05-13T02:00:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T23:50:23.000Z (10 months ago)
- Last Synced: 2024-05-28T13:28:30.449Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.