This is a minimal Remix stack to serve as a starting point for demos and debugging.
The Remix Acoustic Stack is a minimal stack designed specifically for demos and debugging in Remix. It provides a starting point with minimal outside dependencies, making it easier to reproduce bugs and showcase Remix-specific features. The stack includes tools for styling, unit testing, code formatting, linting, and static types.
To install the Remix Acoustic Stack, follow these steps:
yarn install or npm install.yarn typecheck..eslintrc.js file to fit your project’s requirements.npm run format script to format all files in the project.The Remix Acoustic Stack is a lightweight and focused stack designed to assist in demos, debugging, and showcasing Remix-specific features. It provides essential tools for styling, testing, formatting, linting, and static typing. By starting with this stack, developers can quickly spin up a demo or reproduce bugs in Remix with minimal outside dependencies. Additionally, the stack encourages clean code practices and offers flexibility for customization.