https://github.com/no0dles/node-typescript-example
node express angular typescript example
https://github.com/no0dles/node-typescript-example
Last synced: 3 months ago
JSON representation
node express angular typescript example
- Host: GitHub
- URL: https://github.com/no0dles/node-typescript-example
- Owner: no0dles
- Created: 2016-02-04T12:26:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T12:31:54.000Z (over 9 years ago)
- Last Synced: 2025-02-07T12:23:00.233Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-typescript-example
## Installation
```
npm install
```## Build & Develop
```
gulp build
gulp develop
```## Test
```
gulp test
```## Gulp commands
**install:** Installs all bower and tsd packages
**clean:** Removes all built server and client files
**clean-server:** Removes all built server files
**clean-client:** Removes all built client files
**build:** Builds server and client files
**build-server:** Builds server files
**build-client:** Builds client files
**build-server-test:** Builds server and server tests
**watch:** Watches for file changes on server and client and builds them
**run-server:** Runs a node server
**develop:** Runs watch for file changes and restarts the node server
**test-server:** Builds server tests and runs them in mocha