https://github.com/joaopaulomoraes/myreads
A Book Lending App with React
https://github.com/joaopaulomoraes/myreads
Last synced: 8 months ago
JSON representation
A Book Lending App with React
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/myreads
- Owner: joaopaulomoraes
- Created: 2017-12-14T12:02:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T01:21:11.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:07:13.476Z (9 months ago)
- Language: JavaScript
- Homepage: http://myreads-app.surge.sh
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyReads App
A Book Lending App with React
## Getting Started
### Installing
Cloning the project.
```
git clone https://github.com/joaopaulomoraes/MyReads.git myreads-app
```Access the project directory.
```
cd myreads-app
```Install dependencies.
```
yarn install
```Serve with hot reload at http://localhost:3000.
```
yarn start
```## License
This project is licensed under the MIT License.