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 1 month 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-04-12T10:30:00.000Z (7 months ago)
- Last Synced: 2024-04-14T03:00:26.698Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 10.7 MB
- Stars: 867
- Watchers: 11
- Forks: 202
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- 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).