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

https://github.com/codesandbox/codesandbox-template-remix

Remix template for CodeSandbox Projects
https://github.com/codesandbox/codesandbox-template-remix

csb-official-template remix

Last synced: 9 months ago
JSON representation

Remix template for CodeSandbox Projects

Awesome Lists containing this project

README

          

# Remix

This is a [Remix](https://remix.run) project bootstrapped from the [official template](https://github.com/remix-run/remix/tree/main/templates/remix).

[![Edit in CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/codesandbox/codesandbox-template-remix/main)

## Commands

To start the dev server:
```
yarn dev
```

To build the app:
```
yarn build
```

## Resources

- [CodeSandbox Projects — Docs](https://codesandbox.io/docs/projects)
- [CodeSandbox — Discord](https://discord.gg/Ggarp3pX5H)
- [Remix — GitHub](https://github.com/remix-run/remix)
- [Remix — Docs](https://remix.run/docs)
- [Remix — Discord](https://rmx.as/discord)