GithubHelp home page GithubHelp logo

ten-x-dev / french-house-stack Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 7.0 7.93 MB

The Remix Stack for SaaS apps (Web2) and Web3 & Web5 DApps with authentication with Magic, testing, linting, formatting, etc.

License: MIT License

Shell 0.03% JavaScript 2.02% TypeScript 97.12% CSS 0.21% Handlebars 0.62%
remix-stack

french-house-stack's Introduction

french-house-stack's People

Contributors

janhesters avatar ten-x-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

french-house-stack's Issues

New version

  • Use conform
  • Fix Magic auth for email.
  • Add Magic auth for Google.
  • Use sessions for auth.
  • Fix MSW setup.
  • Add better landing page.
  • Add components with Shadcn-UI.
  • Upgrade packages (again).
  • Split up tests into integration and unit tests (so unit tests always run fast).
  • Add /healthcheck

Fix metadata exports

export const meta: V2_MetaFunction<typeof loader> = ({ data, matches }) => {
  const rootMeta = matches.find(match => match.route.id === 'root')?.meta || [];
  return [
    ...rootMeta.filter(metaData => !('title' in metaData)),
    { title: data?.title },
  ];
};

Then remove the .skip the failing E2E test in home.spec.ts.

Add nvm to README.md.

Bonus launch.json:

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
        "name": "Remix: debug server-side",
        "type": "node-terminal",
        "request": "launch",
        "command": "npm run dev"
    },
    {
        "name": "Remix: debug client-side",
        "type": "chrome",
        "request": "launch",
        "url": "http://localhost:3000"
    },
    {
        "name": "Remix: debug full stack",
        "type": "node-terminal",
        "request": "launch",
        "command": "npm run dev",
        "serverReadyAction": {
          "pattern": "started server on .+, url: (https?://.+)",
          "uriFormat": "%s",
          "action": "debugWithChrome"
        }
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Debug Current Test File",
      "autoAttachChildProcesses": true,
      "skipFiles": ["<node_internals>/**", "**/node_modules/**"],
      "program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
      "args": ["run", "${relativeFile}"],
      "smartStep": true,
      "console": "integratedTerminal"
    }
  ],
}

Bonus: Remove TailwindCSS classes in file.

Add not found and other missing things

  • Hook up jest dom extend expect correctly
  • Add not found page
  • mention secrets for dependabot and GH actions in readme
  • Fix .eslintrc.js for props
  • In home.tsx: t('home:home') => t('home') in the h1

Remove .DS_Store

  • [] Also upgrade packages and README.md
  • [] Add template for E2E tests to npm gen.

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.