Skip to content

Files

Latest commit

2530716 · Jul 26, 2024

History

History

remix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 26, 2024
Jul 26, 2024
Jul 25, 2024
Apr 24, 2024
Jul 25, 2024
Jul 26, 2024
Jul 25, 2024
Jul 25, 2024
Apr 24, 2024
Apr 24, 2024
Apr 24, 2024
Apr 24, 2024

Phase Two Remix Example

View Deployed Sample

Getting Started

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.

Phase Two Remix Example

All Auth related items are in auth.server.ts. This example leverages remix-auth and remix-keycloak to provide hook and HOC support.

Available Scripts

In the project directory, you can run:

npm run dev -- --port 3000

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.