https://github.com/robeio/robe-test-server
Robe Node Test Server
https://github.com/robeio/robe-test-server
Last synced: 10 months ago
JSON representation
Robe Node Test Server
- Host: GitHub
- URL: https://github.com/robeio/robe-test-server
- Owner: robeio
- License: mit
- Created: 2016-08-24T14:47:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T11:37:11.000Z (almost 10 years ago)
- Last Synced: 2025-08-26T07:27:15.658Z (10 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# robe-test-server
#### How to contribute
Clone and run `npm install`. This will install both run-time project dependencies and developer tools listed
in [package.json](./package.json) file.
#### How to Build for Production
If you need just to build the app (without running a dev server), simply run:
```shell
$ npm run-script build
```
#### How to run Unit Tests.
```shell
$ npm test
```