blob: f7953dc5b787635ac7a131e8accd058a245465a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Live site:
https://meantodlist.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`
|