https://github.com/reimertz/ixd_anti-stress-band
https://github.com/reimertz/ixd_anti-stress-band
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reimertz/ixd_anti-stress-band
- Owner: reimertz
- Created: 2014-09-08T14:56:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T21:26:11.000Z (almost 11 years ago)
- Last Synced: 2025-03-15T01:47:14.079Z (3 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
anti-stress-band
================## Installation
Firstly, make sure you have node.js installed.
install project dependencies (dependencies located in package.json)
```javascript
npm install
```then, run the server (it will be located on localhost:3000)
```javascript
node server.js
```