Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivekkravindraa/books-app
Kaplan India's atom site that lists the books.
https://github.com/vivekkravindraa/books-app
axios docker dockerfile material-ui-core material-ui-icons node-sass react react-hooks react-redux redux-devtools-extension redux-thunk yarn
Last synced: 10 days ago
JSON representation
Kaplan India's atom site that lists the books.
- Host: GitHub
- URL: https://github.com/vivekkravindraa/books-app
- Owner: vivekkravindraa
- Created: 2021-10-21T21:32:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T04:41:18.000Z (about 3 years ago)
- Last Synced: 2024-10-10T15:23:47.635Z (about 1 month ago)
- Topics: axios, docker, dockerfile, material-ui-core, material-ui-icons, node-sass, react, react-hooks, react-redux, redux-devtools-extension, redux-thunk, yarn
- Language: JavaScript
- Homepage: https://atom-books.netlify.app
- Size: 661 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mock UI
## How to run the app in your local ?
In the project directory, you can run:
```
$ yarn install
```and then do:
```
$ yarn start
```Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Deployed Application
Open [https://atom-books.netlify.app](https://atom-books.netlify.app) to view it in the browser.
## Dockerize Application
```
$ yarn build
``````
$ docker build . -t react-docker
``````
$ docker images
``````
$ docker run -p 8000:80 react-docker
``````
$ docker ps
```Open [http://localhost:8000](http://localhost:8000) to view it in the browser.