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: 6 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T08:32:30.000Z (about 1 year ago)
- Last Synced: 2025-03-30T04:23:01.742Z (6 months ago)
- Topics: app, demo, frontend, react, redux, saga
- Language: JavaScript
- Size: 10.4 MB
- Stars: 4
- Watchers: 3
- 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)

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