https://github.com/islamhaqq/my-reads
Book reading app made with React.js and React Router
https://github.com/islamhaqq/my-reads
docker react react-router react-router-v4 reactjs
Last synced: over 1 year ago
JSON representation
Book reading app made with React.js and React Router
- Host: GitHub
- URL: https://github.com/islamhaqq/my-reads
- Owner: islamhaqq
- Created: 2017-11-10T17:01:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T17:40:47.000Z (over 8 years ago)
- Last Synced: 2025-01-05T16:44:36.506Z (over 1 year ago)
- Topics: docker, react, react-router, react-router-v4, reactjs
- Language: JavaScript
- Homepage: https://syedaman.github.io/my-reads/
- Size: 1.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Reads
A book managing app that lets you search for and then add books to your bookshelf!
## How to run
### Docker method (recommended)
- [ ] Make sure Docker is installed
```sh
$ docker run -d -p 3000:3000 syednashikaman/my-reads:1.1.0
```
The development server should now be running as a background process. Demo it at: !
### Traditional method
- [ ] Clone it ()
- [ ] Install `node_modules`
- [ ] Run the dev server
```sh
$ git clone https://github.com/SyedAman/my-reads.git
$ cd my-reads
$ yarn && yarn run start
```
The development server should now open up in your browser. If not, simply go to
## Screenshots



