https://github.com/diegogurgel/my-reads
Udacity - React course
https://github.com/diegogurgel/my-reads
Last synced: 4 months ago
JSON representation
Udacity - React course
- Host: GitHub
- URL: https://github.com/diegogurgel/my-reads
- Owner: diegogurgel
- Created: 2018-04-19T01:50:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T04:22:26.000Z (about 7 years ago)
- Last Synced: 2025-01-11T23:38:53.819Z (5 months ago)
- Language: JavaScript
- Size: 915 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is available to test on [myreads.now.sh](https://myreads.now.sh)

### Running the project
First clone the project and inside the folder run the folowing commads:
(you will need [node](https://nodejs.org/en/) to run this application)
```shell
npm install
``````shell
npm start
```