Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamskok/remix-cloudflare-pages-theme-ui-reproduction
https://github.com/iamskok/remix-cloudflare-pages-theme-ui-reproduction
cloudflare-pages esbuild remix theme-ui
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamskok/remix-cloudflare-pages-theme-ui-reproduction
- Owner: iamskok
- Created: 2022-10-22T03:15:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T06:51:09.000Z (about 2 years ago)
- Last Synced: 2024-11-08T06:42:42.314Z (about 2 months ago)
- Topics: cloudflare-pages, esbuild, remix, theme-ui
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproduction for https://github.com/remix-run/remix/issues/4402
# Welcome to Remix!
- [Remix Docs](https://remix.run/docs)
## Development
You will be utilizing Wrangler for local development to emulate the Cloudflare runtime. This is already wired up in your package.json as the `dev` script:
```sh
# start the remix dev server and wrangler
npm run dev
```Open up [http://127.0.0.1:8788](http://127.0.0.1:8788) and you should be ready to go!
## Deployment
Cloudflare Pages are currently only deployable through their Git provider integrations.
If you don't already have an account, then [create a Cloudflare account here](https://dash.cloudflare.com/sign-up/pages) and after verifying your email address with Cloudflare, go to your dashboard and follow the [Cloudflare Pages deployment guide](https://developers.cloudflare.com/pages/framework-guides/deploy-anything).
Configure the "Build command" should be set to `npm run build`, and the "Build output directory" should be set to `public`.