Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## Mock UI

atom-expanded

atom-minimized

## 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.