https://github.com/linux08/readables
Udacity Nanodegree readable project
https://github.com/linux08/readables
Last synced: 4 months ago
JSON representation
Udacity Nanodegree readable project
- Host: GitHub
- URL: https://github.com/linux08/readables
- Owner: linux08
- Created: 2017-09-22T23:57:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T11:18:48.000Z (over 8 years ago)
- Last Synced: 2025-01-15T11:15:18.506Z (about 1 year ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get started :
* Install and start the API server
- `cd api-server`
- `npm install`
- `node server`
* In another terminal window
- `cd frontend`
- `npm install`
- `npm start`