Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mihailgaberov/lottoland-react-demo
- Owner: mihailgaberov
- License: mit
- Created: 2017-04-23T13:08:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T07:49:21.000Z (8 months ago)
- Last Synced: 2024-04-15T00:02:17.392Z (7 months ago)
- Topics: app, demo, frontend, react, redux, saga
- Language: JavaScript
- Size: 10.3 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)