Live demo: click here
First, you need to configure your .env
:
cp .env.example .env
Then just run the following command:
yarn start
/app
--/src
----/components // Dump, common and UI components
----/container // Smart components (Routes components)
----/core // App configurations (Redux and Firebase)
----/utils // Some utils and helpers
Tests are available by running the following command:
yarn test a