Coder Social home page Coder Social logo

calciferlo / hive-stack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from remix-run/indie-stack

0.0 0.0 0.0 757 KB

The Remix Stack with testing, linting, formatting, etc.

Home Page: https://remix.run/stacks

Shell 0.21% JavaScript 4.04% TypeScript 95.74%

hive-stack's Introduction

Remix Hive Stack

The Remix Hive Stack Learn more about Remix Stacks.

npx create-remix@latest --template remix-run/hive-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

  • This step only applies if you've opted out of having the CLI install dependencies for you:

    npx remix init
  • Initial setup: If you just generated this project, this step has been done for you.

    npm run setup
  • Start dev server:

    npm run dev

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

Testing

Playwright

We use Playwright for our End-to-End tests in this project. You'll find those in the tests/e2e directory. As you make changes, add to an existing file or create a new file in the tests/e2e directory to test your changes.

To run these tests in development, run npm run test:e2e:dev, you can also run your tests using the VS Code Extension.

Vitest

For lower level tests of utilities and individual components, we use vitest. We have DOM-specific assertion helpers via @testing-library/jest-dom.

Type Checking

This project uses TypeScript. It's recommended to get TypeScript set up for your editor to get a really great in-editor experience with type checking and auto-complete. To run type checking across the whole project, run npm run typecheck.

Linting

This project uses ESLint for linting. That is configured in .eslintrc.js.

Formatting

We use Prettier for auto-formatting in this project. It's recommended to install an editor plugin (like the VSCode Prettier plugin) to get auto-formatting on save. There's also a npm run format script you can run to format all files in the project.

hive-stack's People

Contributors

kentcdodds avatar michaeldeboey avatar mcansh avatar dependabot[bot] avatar ryanflorence avatar mrkurt avatar richardhpa avatar amirhossein-shakeri avatar andrephilipsson avatar cezarneaga avatar chaance avatar chrisbirster avatar dacurse avatar func0x avatar danielholmes avatar davidrossjones avatar dwightwatson avatar frontsideair avatar franck-boucher avatar jacob-ebey avatar jacobparis avatar kennethvdberghe avatar kiliman avatar illright avatar neverstew avatar moishinetzer avatar themosaad avatar raulrpearson avatar believer avatar temzasse 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.