https://github.com/remix-run/examples
A community-driven repository showcasing examples using Remix 💿
https://github.com/remix-run/examples
Last synced: 6 days ago
JSON representation
A community-driven repository showcasing examples using Remix 💿
- Host: GitHub
- URL: https://github.com/remix-run/examples
- Owner: remix-run
- License: mit
- Created: 2022-09-15T18:55:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:50:17.000Z (7 days ago)
- Last Synced: 2025-04-12T01:48:43.477Z (6 days ago)
- Language: TypeScript
- Homepage:
- Size: 11.8 MB
- Stars: 1,158
- Watchers: 14
- Forks: 241
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: newsletter-signup/.eslintrc.js
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - remix-run/examples - A community-driven repository showcasing examples using Remix 💿 (TypeScript)
README
# Remix Examples
Welcome to `@remix-run/examples`, the **community-driven** repository.
Here you'll find various examples of using Remix to accomplish certain tasks.
Each example is a complete application including a build and even a button to preview a live instance of the app so you can play with it.
Remember to check out the `README` for each example before getting started.
You can also initialize a new project with any of these examples using the `--template` flag of the `create-remix` CLI.
For example:
```
npx create-remix@latest --template remix-run/examples/
```Enjoy!
## Contributing
Please see [our contribution guide](CONTRIBUTING.md).