An open API service indexing awesome lists of open source software.

https://github.com/chancehudson/cloudflare-static


https://github.com/chancehudson/cloudflare-static

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# cloudflare-static

A simple example showing static content hosting on cloudflare.

## Run locally

First install packages:

[don't know what npm is?](https://www.w3schools.com/whatis/whatis_npm.asp)

```
npm install
```

Then run the server:

```
npm start
```

Server is available at [`127.0.0.1:3000`](http://127.0.0.1:3000)

## Deploy

`npm run deploy`