Learn more about Remix Stacks.
npx create-remix --template ostwilkens/remix-minimal-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.
-
Initial setup:
npm install
-
Start dev server:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
docker build -t minimal-stack .
docker run -p 3000:3000 minimal-stack
Deploy on host of your choice.