Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

ostwilkens/remix-minimal-stack

Repository files navigation

Remix Minimal Stack

Learn more about Remix Stacks.

npx create-remix --template ostwilkens/remix-minimal-stack

What's in the stack

Not a fan of bits of the stack? Fork it, change it, and use npx create-remix --template your/repo! Make it your own.

Development

  • Initial setup:

    npm install
  • Start dev server:

    npm run dev

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

Build & run docker image

docker build -t minimal-stack .
docker run -p 3000:3000 minimal-stack

Deploy on host of your choice.

About

The Remix Stack for a clean slate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published