Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 💿

Awesome Lists containing this project

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).