All Projects → SunderJS → sunder-worker-template

SunderJS / sunder-worker-template

Licence: MIT license
Template for Sunder in Cloudflare worker with Typescript, ESBuild and Jest

Programming Languages

CSS
56736 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to sunder-worker-template

reader
get a reader mode sharable url for any url - built with cloudflare workers https://reader.tuananh.net
Stars: ✭ 24 (-45.45%)
Mutual labels:  cloudflare-workers
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+979.55%)
Mutual labels:  esbuild
esbuild-css-modules-plugin
A esbuild plugin to bundle css modules into js(x)/ts(x)
Stars: ✭ 64 (+45.45%)
Mutual labels:  esbuild
workers-unsplash-api
Serverless API for requesting images from Unsplash's API, designed for use with a React frontend
Stars: ✭ 20 (-54.55%)
Mutual labels:  cloudflare-workers
parsed-html-rewriter
A DOM-based implementation of Cloudflare Worker's HTMLRewriter.
Stars: ✭ 34 (-22.73%)
Mutual labels:  cloudflare-workers
workers-pubsub
Google Pub/Sub API for Cloudflare Workers (and Node.js)
Stars: ✭ 25 (-43.18%)
Mutual labels:  cloudflare-workers
tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (+20.45%)
Mutual labels:  esbuild
electron-vite-boilerplate
📚 A Electron + Vite boilerplate of the nature of learning(source-code of vite-plugin-electron) / 学习性的样板工程(vite-plugin-electron源码)
Stars: ✭ 157 (+256.82%)
Mutual labels:  esbuild
slshx
⚔️ Strongly-typed Discord commands on Cloudflare Workers
Stars: ✭ 163 (+270.45%)
Mutual labels:  cloudflare-workers
new-tab
⚡ A high-performance browser new tab page that gets you where you need to go faster.
Stars: ✭ 64 (+45.45%)
Mutual labels:  esbuild
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
Stars: ✭ 311 (+606.82%)
Mutual labels:  esbuild
IPFS PHOTO SHARE
💰用甚嚒服务器,ServerLess搭建一个图片分享站点!| 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站
Stars: ✭ 76 (+72.73%)
Mutual labels:  cloudflare-workers
esbuild-loader-examples
esbuild-loader examples
Stars: ✭ 76 (+72.73%)
Mutual labels:  esbuild
hammer
Build Tool for Browser and Node Applications
Stars: ✭ 226 (+413.64%)
Mutual labels:  esbuild
gulp-esbuild
gulp plugin for esbuild bundler
Stars: ✭ 39 (-11.36%)
Mutual labels:  esbuild
cdk-esbuild
CDK constructs for esbuild, an extremely fast JavaScript bundler
Stars: ✭ 44 (+0%)
Mutual labels:  esbuild
unconfig
A universal solution for loading configurations.
Stars: ✭ 415 (+843.18%)
Mutual labels:  esbuild
deno-fetch-event-adapter
Dispatches global fetch events using Deno's native http server.
Stars: ✭ 18 (-59.09%)
Mutual labels:  cloudflare-workers
esbuild-vue
An esbuild plugin for loading and compiling Vue 2 single-file components.
Stars: ✭ 43 (-2.27%)
Mutual labels:  esbuild
crafthead
Super scalable Minecraft avatar generation, built on Cloudflare Workers
Stars: ✭ 67 (+52.27%)
Mutual labels:  cloudflare-workers

🌄 sunder-worker-template

A batteries-included template for Cloudflare Workers with the following configuration:

If you disagree with any of these choices it's easy to swap out that decision.

🚀 Getting started

Press the green "Use this template" button in the top right to make a Github repository based on this one.

Development

To build and preview using Miniflare, use

npm run miniflare

To serve using Miniflare, watch changes and build as you make changes, use

npm run watch

To make a production build use

npm run build

Testing

The tests are run using Jest. Use npm test to run your tests.

This is the recommended way to develop most of your app. Write tests for core functionality instead of relying on Miniflare or wrangler dev.

Publishing

To publish, first make a build using npm run build and then use the Wrangler CLI tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].