https://github.com/davidbates/2022-aoc
Remix template for CodeSandbox Projects
https://github.com/davidbates/2022-aoc
Last synced: 5 months ago
JSON representation
Remix template for CodeSandbox Projects
- Host: GitHub
- URL: https://github.com/davidbates/2022-aoc
- Owner: DavidBates
- License: apache-2.0
- Created: 2022-12-06T05:25:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T05:33:21.000Z (over 3 years ago)
- Last Synced: 2024-12-30T10:45:39.745Z (over 1 year ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)