Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remix-run/examples
A community-driven repository showcasing examples using Remix 💿
https://github.com/remix-run/examples
Last synced: about 20 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:46:35.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:58:18.444Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 11.5 MB
- Stars: 1,060
- Watchers: 14
- Forks: 233
- Open Issues: 27
-
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).