Demo: StreamFlix
A simple movie store app built with React and finite-state machines (XState).
Run the following command to install all the required dependencies:
yarn
Then copy .env.example
to .env
file, use API KEY from TMDB for REACT_APP_API_KEY.
Run the app in the development mode
Run test
Build for production