https://github.com/chancehudson/cloudflare-static
https://github.com/chancehudson/cloudflare-static
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chancehudson/cloudflare-static
- Owner: chancehudson
- Created: 2025-01-02T00:30:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T00:52:54.000Z (over 1 year ago)
- Last Synced: 2025-03-30T10:19:18.391Z (over 1 year ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`