Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudflare/workers.cloudflare.com
The Cloudflare Workers website.
https://github.com/cloudflare/workers.cloudflare.com
Last synced: about 1 month ago
JSON representation
The Cloudflare Workers website.
- Host: GitHub
- URL: https://github.com/cloudflare/workers.cloudflare.com
- Owner: cloudflare
- License: apache-2.0
- Created: 2019-10-14T19:41:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:22:04.000Z (7 months ago)
- Last Synced: 2024-04-14T22:17:15.949Z (7 months ago)
- Language: JavaScript
- Homepage: https://workers.cloudflare.com
- Size: 2.49 MB
- Stars: 139
- Watchers: 26
- Forks: 32
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Welcome to Remix + Vite!
📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/guides/vite) for details on supported features.
## Development
Run the Vite dev server:
```shellscript
npm run dev
```## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `npm run build`
- `build/server`
- `build/client`