https://github.com/mzaien/remix-nextui-cf
Remix and Next-ui starter deployed on cloudflare pages
https://github.com/mzaien/remix-nextui-cf
nextui react remix stitches
Last synced: about 1 year ago
JSON representation
Remix and Next-ui starter deployed on cloudflare pages
- Host: GitHub
- URL: https://github.com/mzaien/remix-nextui-cf
- Owner: mzaien
- Created: 2022-01-10T06:59:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T15:29:36.000Z (over 4 years ago)
- Last Synced: 2024-08-10T10:04:03.390Z (almost 2 years ago)
- Topics: nextui, react, remix, stitches
- Language: TypeScript
- Homepage: https://remix-cf.pages.dev/
- Size: 778 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix X Next ui
- [Remix Docs](https://remix.run/docs)
- [Nextui](https://nextui.org/)
## Development
You will be utlizing 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`.