This repo is a sample project to showcase how to use Remix on a high level.
There will be obvious mistakes and all in here due to how quickly this was made, so please ignore :D
- Create a
.env
file at the root of your project. - Inside the env file add a
COOKIE_SECRET
and assign a random string - Run the dev server by running
make up-dev
in your terminal
Note: We are making use of an nginx proxy in development as the authentication cookie flow requires HTTPS. Therefore, when launching the app it will open at https://localhost
For detailed explanations and how the framework functions in general check out the Remix Run docs