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
- Host: GitHub
- URL: https://github.com/codesandbox/codesandbox-template-remix
- Owner: codesandbox
- License: apache-2.0
- Created: 2022-02-20T19:35:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T00:51:50.000Z (over 2 years ago)
- Last Synced: 2025-04-18T17:27:43.424Z (9 months ago)
- Topics: csb-official-template, remix
- Language: TypeScript
- Homepage: https://codesandbox.io/p/github/codesandbox/codesandbox-template-remix
- Size: 996 KB
- Stars: 4
- Watchers: 12
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).
[](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)