Skip to content

lucasbesen/movie-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learning Redux + Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published