https://github.com/jacob-ebey/remix-cf-pages-template-hmr
A template to try out Remix's new dev server + HMR on Cloudflare Pages
https://github.com/jacob-ebey/remix-cf-pages-template-hmr
Last synced: about 1 year ago
JSON representation
A template to try out Remix's new dev server + HMR on Cloudflare Pages
- Host: GitHub
- URL: https://github.com/jacob-ebey/remix-cf-pages-template-hmr
- Owner: jacob-ebey
- Created: 2023-02-21T23:56:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T23:56:20.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:09:59.601Z (about 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remix-cf-pages-template-hmr
A template to try out Remix's new dev server + HMR on Cloudflare Pages
## Getting started
**Install dependencies:**
```sh
yarn i
```
You must use yarn at the moment or configure overrides for conflicts on @cloudflare/workers-types.
**Start in development mode with HMR:**
```sh
yarn dev
```
Visit http://localhost:3000/
## Deployment
- Point a new Cloudflare Pages project at your repository
- Configure the build command to be `yarn build`
- Configure the build output directory to be `public`