Skip to content
/ remix-cph-template Public template

Template repo for Remix CPH talks

Notifications You must be signed in to change notification settings

joelazar/remix-cph-template

Repository files navigation

Remix CPH template

Quickstart

  • This step only applies if you've opted out of having the CLI install dependencies for you:

    npx remix init
  • Start the Postgres Database in Docker:

    npm run docker

    Note: The npm script will complete while Docker sets up the container in the background. Ensure that Docker has finished and your container is running before proceeding.

  • Initial setup:

    npm run setup
  • Run the first build:

    npm run build
  • Start dev server:

    npm run dev

This starts your app in development mode, rebuilding assets on file changes.