You can see the demo app in:
This project was generated with create-react-app v1.1.4.
You need to install node and yarn in your computer.
Go to folder /web-app and type in your terminal:
yarn install
This is required for install all dependencies.
Navigate to http://localhost:3000/ and type in your terminal:
yarn start
To execute react app test via jest, type in your terminal:
yarn test
Generate build distribution use:
yarn build
To deploy via firebase cli, edit .firebaserc and following this guide.