An open API service indexing awesome lists of open source software.

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

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
```