First, run the development server:
npm run dev -- --port 3000
# or
yarn dev -- --port 3000
# or
pnpm dev -- --port 3000
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/routes/_index.tsx
. The page auto-updates as you edit the file.
All Auth related items are in auth.server.ts. This example leverages remix-auth and remix-keycloak to provide hook and HOC support.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.