Dress up your notch with a smart looking dark title bar, custom tailored to your image - no installation required.
-
Yarn - Builds and runs frontend application
-
Docker Desktop - Builds and runs API container
- (Optional) Build API container (you can alternatively point to the production API in web/.env)
docker-compose build
docker-compose up api- Build frontend application
cd web
yarn- Run frontend application
yarn start- (Optional) Run frontend tests
cd web
yarn testWhen run, the app should look like this:

