Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mihailgaberov/lottoland-react-demo

A demo app to backup an internal company presentation of FE technologies.
https://github.com/mihailgaberov/lottoland-react-demo

app demo frontend react redux saga

Last synced: about 5 hours ago
JSON representation

A demo app to backup an internal company presentation of FE technologies.

Awesome Lists containing this project

README

        

# lottoland-react-demo
A demo app to backup an internal company presentation of FE technologies.

[The slides of the presentation here (mac).](https://github.com/mihailgaberov/lottoland-react-demo/blob/master/presentation/react-redux-saga-lottoland.key)

[The slides of the presentation here (pdf).](https://www.slideshare.net/MihailGaberov/using-react-redux-and-saga-with-lottoland-apis-76296469)

![Image of the app](https://github.com/mihailgaberov/lottoland-react-demo/blob/master/images/frontpage.png)

## Running The App

To run the app, follow these steps.

1. Ensure that [NodeJS](http://nodejs.org/) is installed.
2. Install [yarn](https://yarnpkg.com/lang/en/docs/install/).
3. From the project folder, execute the following command:

```shell
yarn
```

4. To run the app:

```shell
yarn start
```

5. To run the tests:
```shell
yarn test
```

6. Browse to [http://localhost:3000](http://localhost:3000)