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.
- Host: GitHub
- URL: https://github.com/nicksp/zappr-playground
- Owner: nicksp
- Created: 2017-10-29T19:18:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T02:33:53.000Z (over 7 years ago)
- Last Synced: 2025-01-07T20:21:57.638Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/).