/lost-in-translation

Code examples for Remix meetup

Primary LanguageTypeScript

Lost in translation

You can find the meetup presentation here. I used slides presentation tool.

Quickstart

Development

  • 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.