movie-chat-app

Learning Redux + Firebase

Stars
0

Live demo: click here

🔨   How to run the code

First, you need to configure your .env:

cp .env.example .env

Then just run the following command:

yarn start

⚙️   Explanation of architecture

/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

Tests are available by running the following command:

yarn test a