{"id":24796204,"url":"https://github.com/colbywhite/acoustic-stack","last_synced_at":"2025-10-12T22:31:36.654Z","repository":{"id":82048708,"uuid":"582930945","full_name":"colbywhite/acoustic-stack","owner":"colbywhite","description":"This is a minimal Remix stack to serve as a starting point for demos and debugging.","archived":false,"fork":false,"pushed_at":"2024-06-14T16:28:45.000Z","size":1042,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-15T17:26:43.841Z","etag":null,"topics":["remix","remix-stack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colbywhite.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T09:13:11.000Z","updated_at":"2024-01-18T07:43:22.000Z","dependencies_parsed_at":"2023-03-31T19:32:07.527Z","dependency_job_id":null,"html_url":"https://github.com/colbywhite/acoustic-stack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbywhite%2Facoustic-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbywhite%2Facoustic-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbywhite%2Facoustic-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbywhite%2Facoustic-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colbywhite","download_url":"https://codeload.github.com/colbywhite/acoustic-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236279868,"owners_count":19123447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["remix","remix-stack"],"created_at":"2025-01-30T00:31:50.291Z","updated_at":"2025-10-12T22:31:30.972Z","avatar_url":"https://github.com/colbywhite.png","language":"TypeScript","readme":"# Remix Acoustic Stack\n\n![The Remix Acoustic Stack](/hero-screenshot.png)\n\nThis is a minimal Remix stack to serve as a starting point for demos and debugging. If you need to reproduce a bug in Remix, this stack is a good starting point to do so since it has very little outside of Remix. It's also a good tool if you're trying to demo something Remix-specific.\n\nLearn more about [Remix Stacks](https://remix.run/stacks).\n\n```\nyarn create remix --template colbywhite/acoustic-stack\n```\n\n## What's in the stack\n\n- Styling with [Tailwind](https://tailwindcss.com/)\n- Unit testing with [Vitest](https://vitest.dev) and [Testing Library](https://testing-library.com)\n- Code formatting with [Prettier](https://prettier.io)\n- Linting with [ESLint](https://eslint.org)\n- Static Types with [TypeScript](https://typescriptlang.org)\n\nThat's it.\n\nTailwind and Vitest aren't Remix-specific concepts, but if you quickly need to spin up a demo, a basic styling tool and a test runner will help. And a linter/formatter keeps the code clean for others to grok.\n\nIf you need more you can fork this and make it your own.\n\n## Development\n\n```bash\nyarn dev\n```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\n## Testing\n\n### Vitest\n\nFor lower level tests of utilities and individual components, we use `vitest`. We have DOM-specific assertion helpers via [`@testing-library/jest-dom`](https://testing-library.com/jest-dom).\n\n### Type Checking\n\nThis 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 `yarn typecheck`.\n\n### Linting\n\nThis project uses ESLint for linting. That is configured in `.eslintrc.js`.\n\n### Formatting\n\nWe use [Prettier](https://prettier.io/) for auto-formatting in this project. It's recommended to install an editor plugin (like the [VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) to get auto-formatting on save. There's also a `npm run format` script you can run to format all files in the project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolbywhite%2Facoustic-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolbywhite%2Facoustic-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolbywhite%2Facoustic-stack/lists"}