Skip to content

MichaelDeBoey/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • Dockerfile 9.0%