GithubHelp home page GithubHelp logo

isabella232 / developer-summer-challenge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudflare/developer-summer-challenge

0.0 0.0 0.0 305 KB

Home Page: https://challenge.developers.cloudflare.com/

License: MIT License

HTML 72.08% Stylus 10.28% JavaScript 9.34% TypeScript 8.30%

developer-summer-challenge's Introduction

Cloudflare Summer Challenge

https://challenge.developers.cloudflare.com/

Setup

$ npm install
# or
$ pnpm install
# or
$ yarn install

Development

The application is split into two separate components, (currently) requiring two separate development workflows:

Client

Ideal for HTML/CSS/JS development. Spawns a live-reload development server:

$ npm run html dev

This will watch the /src directory for any file changes, automatically reloading the localhost:8080 server.

Worker

You should already have wranger installed. Start a development server via:

$ wrangler dev

This will watch the /worker directory for any file changes, automatically reloading the localhost:8787 server. Note: Any changes to /src contents will not be reflected until /worker contents change.

Deployment

Wrangler is already configured to build the HTML/client files before building the Worker itself. By default, everything will be built before uploading any assets to Cloudflare:

$ wrangler publish

developer-summer-challenge's People

Contributors

lukeed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.