https://github.com/nicksp/node-typescript-starter
A starter template for TypeScript and Node
https://github.com/nicksp/node-typescript-starter
express js node typescript
Last synced: 3 months ago
JSON representation
A starter template for TypeScript and Node
- Host: GitHub
- URL: https://github.com/nicksp/node-typescript-starter
- Owner: nicksp
- Created: 2017-06-28T21:36:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T21:49:38.000Z (about 9 years ago)
- Last Synced: 2026-03-28T22:41:55.055Z (4 months ago)
- Topics: express, js, node, typescript
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton for TypeScript-based Node.js apps
## Processes
### Development
```js
yarn start
```
### Building a container
```js
yarn build .
```
### Testing
```js
yarn test
```
### Linting
```js
yarn lint
```