blob: 407fc51eb9f9c918d9b24f6fb74393590a86cd22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Live site:
https://sleepy-badlands-16498.herokuapp.com
## For local running:
## Requirements
1. Install the application: `npm install`
2. Start the server: `node server.js`
3. View in browser at `http://localhost:3000`
|