Skip to content

dogokit/dogokit-remix

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 21, 2023 08:28
October 21, 2023 10:58
October 21, 2023 10:58
October 21, 2023 11:38
October 21, 2023 10:58
October 21, 2023 10:58

๐Ÿถ Dogokit with ๐Ÿ’ฟ Remix

The main Remix web app kit by ๐Ÿถ Dogokit team.

Steps

Read the guide steps about this repo setup.

Tech Stack

Things being used and need to understand.

  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • Node.js vs Bun
  • pnpm vs npm vs bun
  • React
  • Remix Docs
  • Tailwind CSS
  • Radix UI
  • shadcn UI
  • Remix Auth
  • MySQL
  • PlanetScale
  • Vercel
  • Cloudflare DNS and Domains

Later:

  • Vitest vs Jest
  • Playwright vs Cypress

Development

From the terminal:

pnpm dev

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

Deployment

First, build the app for production:

pnpm build

Then run the app in production mode:

pnpm start

Now need to pick a host to deploy it to, such as:

  • Vercel
  • Netlify
  • Fly.io
  • Google Cloud
  • Amazon Web Services

DIY

If familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/

References

Used by

About

Remix web app kit by ๐Ÿถ Dogokit

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published