madsad87 / ExampleApp

Example app for the Cloudflare App Store developer documentation.

Home Page:https://github.com/Cloudflare/ExampleApp/blob/master/install.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example App

Download this app and replace our code any time you want to build an Cloudflare app.

Looking to use the latest JavaScript and CSS features? Check out our Webpack example app!

Setup

Fork and clone the repo or download the latest release.

Install the optional developer dependencies with npm install

Usage

  • npm run lint Checks JavaScript formatting and attempts to fix any errors.

Details

source/app.js

This is where the magic happens. Your app starts here.

source/app.css

Styles for your app.

install.json

This is where all the installer options are added for the app.

Syntax can be tricky, so be sure to double check it.

media/icon.sketch

An icon template for your app.

Troubleshooting

Install Example App with Cloudflare

About

Example app for the Cloudflare App Store developer documentation.

https://github.com/Cloudflare/ExampleApp/blob/master/install.json

License:MIT License


Languages

Language:JavaScript 76.1%Language:CSS 23.9%