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

https://github.com/nicksp/zappr-playground

Sample repo to play around with Zappr service automation tools.
https://github.com/nicksp/zappr-playground

Last synced: 2 months ago
JSON representation

Sample repo to play around with Zappr service automation tools.

Awesome Lists containing this project

README

        

# Sample Node App

A barebones Node.js app using [Express 4](http://expressjs.com/).

## Running Locally

```sh
cd zappr-playground
yarn install
yarn start
```

Your app should now be running on [localhost:5000](http://localhost:5000/).