Giter VIP home page Giter VIP logo

remix-galaxy's Introduction

๐Ÿ‘‹ This is an opinionated collection of stuff built with Remix that I use for building my apps.

It mainly uses Drizzle ORM, Supabase, Hono, shadcn/ui & tailwindcss.

rphlmr_remix_galaxy

[!NOTE] This is a Turborepo with npm workspaces.

What's inside?

Stacks

A good starting for a new project or to learn about Remix Run.

  • @remix-galaxy/psst ๐Ÿ”ฅ coming soon

    A PWA with native push notifications.
    ๐Ÿ‘‰ hono + supabase + drizzle + tailwindcss + shadcn/ui

Playgrounds

Some experiments

  • @remix-galaxy/remix-hono-vite ๐Ÿ†• new

    Vite, Hono and Remix Hono

Packages

Things I use in multiple projects

  • @remix-galaxy/ui: shadcn/ui components
  • @remix-galaxy/eslint-config: base eslint configurations
  • @remix-galaxy/typescript-config: base tsconfig.json used throughout the monorepo

Each package/stack is 100% TypeScript.

Install

To install all packages, run the following command:

cd remix-galaxy
npm install

Develop

To develop all apps and packages, run the following command:

cd remix-galaxy
npm run -w <workspace> dev

Install a npm package in a project

To install a package in a project, run the following command:

cd remix-galaxy
npm install -w <workspace> <package>
# e.g.
npm install -w @remix-galaxy/psst @remix-galaxy/ui

Note: Check the turbo docs: Adding/removing/upgrading packages

Build

To build all apps and packages, run the following command:

cd remix-galaxy
npm run build

Utilities

This Turborepo has some additional tools already setup for you:

Useful Links

Learn more about the power of Turborepo:

remix-galaxy's People

Contributors

rphlmr avatar huijiewei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.