Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/node-typescript-example
node express angular typescript example
https://github.com/no0dles/node-typescript-example
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T12:31:54.000Z (almost 9 years ago)
- Last Synced: 2024-04-28T04:42:29.829Z (9 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