https://github.com/niieani/codesandbox-template-remix
Remix template for CodeSandbox Projects
https://github.com/niieani/codesandbox-template-remix
Last synced: 3 months ago
JSON representation
Remix template for CodeSandbox Projects
- Host: GitHub
- URL: https://github.com/niieani/codesandbox-template-remix
- Owner: niieani
- License: apache-2.0
- Created: 2022-07-21T01:55:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:24:56.000Z (almost 2 years ago)
- Last Synced: 2025-07-19T07:25:07.888Z (3 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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/packages/create-remix/templates/remix).
[Configuration](https://codesandbox.io/docs/projects/learn/setting-up/tasks) has been added to optimize it for [CodeSandbox Projects](https://codesandbox.io/p/dashboard).
[Open in CodeSandbox](https://codesandbox.io/p/github/codesandbox/codesandbox-template-remix/main)
## Commands
To start the dev server:
```
yarn dev
```After you've started the dev server you can access it by going to [localhost:3000](http://localhost:3000).
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/en/v1)