This is an example of a Demo-Smart-Home-App in form of a boilerplate for frontend projects using the following frameworks:
- Create React App
- Material-UI
- Redux
Additionally, this project is ready to be deployed on Heroku. Check official documentation for more information.
Only variables starting with REACTAPP are imported.
REACT_APP_API_BACKEND_URL=http://localhost:1337
The variable REACT_APP_API_BACKEND_URL
is currently only a placeholder and is not used in the project.
Make sure to run the application via npm run develop
or npm run start
before doing screenshot-testing.
- Intoduce Docker for tests