https://github.com/katt/node-typescript-boilerplate
https://github.com/katt/node-typescript-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/katt/node-typescript-boilerplate
- Owner: KATT
- Created: 2015-04-15T16:12:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T16:15:17.000Z (about 11 years ago)
- Last Synced: 2024-10-04T16:41:33.158Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# node-typescript-boilerplate
===
## Languages
* TypeScript
## Dependencies / tools
* node.js
* redis
## Usage
### Installation
*Assuming you have or know how to install [npm](https://npmjs.org/).*
Install project dependencies
```
make setup
```
### Code
#### Run project:
Recommended using [Atom](https://atom.io/) with [atom-typescript](https://github.com/TypeStrong/atom-typescript).
```
make run
```
## Configuration
See [env.ts](app/env.ts) for environment variables.
#### Add npm module + TypesScript definition
Example:
```
npm install --save winston
tsd query winston -a install -r -o -b tsd
```
## Documentation
-
## Team
* Developer: [Alex / Ajax / Gordo](https://github.com/KATT)