https://github.com/muthhukumar/gen-code-edge
https://github.com/muthhukumar/gen-code-edge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthhukumar/gen-code-edge
- Owner: muthhukumar
- License: mit
- Created: 2021-10-10T02:22:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T04:30:34.000Z (over 3 years ago)
- Last Synced: 2025-01-29T03:48:53.924Z (4 months ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remix-worker-template
> The current starter template is based on Remix 0.19.0 and requires no patches anymore.
- [Remix Docs](https://docs.remix.run)
- [Customer Dashboard](https://remix.run/dashboard)## Give it a try
> The deploy button will guide you through the setup for CF_API_TOKEN and CF_ACCOUNT_ID on the UI. But you are still required to provide the REMIX_TOKEN as a repository secret yourself for the deploy action to work properly.
[](https://deploy.workers.cloudflare.com/?url=https://github.com/edmundhung/remix-worker-template)
## Development
To starts your app in development mode, rebuilding assets on file changes, the recommended approach is:
```sh
npm run dev
```This will run your remix app using miniflare in dev mode together with the Cypress test runner opened.
## Deployment
First, preview your app with:
```sh
npx wrangler preview
```When confirmed everythings works, deploy the worker with Wrangler using:
```sh
npm run deploy
```