https://github.com/hph/project-template-remix
Remix template for CodeSandbox Projects
https://github.com/hph/project-template-remix
Last synced: about 1 year ago
JSON representation
Remix template for CodeSandbox Projects
- Host: GitHub
- URL: https://github.com/hph/project-template-remix
- Owner: hph
- License: apache-2.0
- Created: 2022-06-24T18:04:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T18:08:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T07:43:35.894Z (over 1 year ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- 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/packages/create-remix/templates/remix).
[Configuration](https://docs.codesandbox.io/our-products/codesandbox-projects/configuration-overview) has been added to optimize it for [CodeSandbox Projects](https://codesandbox.io/p/dashboard).
## 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://docs.codesandbox.io)
- [CodeSandbox — Discord](https://discord.gg/Ggarp3pX5H)
- [Remix — GitHub](https://github.com/remix-run/remix)
- [Remix — Docs](https://remix.run/docs/en/v1)