https://github.com/jacob-ebey/remix-deno-example
Example showing how to use: https://github.com/jacob-ebey/remix-deno
https://github.com/jacob-ebey/remix-deno-example
Last synced: about 1 year ago
JSON representation
Example showing how to use: https://github.com/jacob-ebey/remix-deno
- Host: GitHub
- URL: https://github.com/jacob-ebey/remix-deno-example
- Owner: jacob-ebey
- Created: 2022-06-16T03:58:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T02:54:20.000Z (about 4 years ago)
- Last Synced: 2025-04-01T20:22:28.534Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://remix-deno-example.deno.dev/
- Size: 6.84 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remix-deno-example
Example showing how to use: https://github.com/jacob-ebey/remix-deno
## Usage
**Development mode:**
```bash
deno task dev
```
This will automatically re-generate your `remix.gen.ts` file for production.
**Build:**
If you haven't or can't run dev mode for some reason, you can prepare your site for production with:
```bash
deno task build
```
**Production mode:**
```bash
deno task start
```
## Notes
You **should** commit `remix.gen.ts` to your repo.