lottoland react demo

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

3
1
JavaScript

lottoland-react-demo

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

The slides of the presentation here (mac).

The slides of the presentation here (pdf).

Image of the app

Running The App

To run the app, follow these steps.

  1. Ensure that NodeJS is installed.
  2. Install yarn.
  3. From the project folder, execute the following command:
  yarn
  1. To run the app:
  yarn start
  1. To run the tests:
  yarn test
  1. Browse to http://localhost:3000