Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dario-piotrowicz/cf-pages-functions-dir-example


https://github.com/dario-piotrowicz/cf-pages-functions-dir-example

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cloudflare Pages Functions dir example

Install the dependencies with:
```sh
npm i
```

Serve the page locally with:
```sh
npm run dev
```

Deploy with:

```sh
npm run deploy
```

Build the actual functions output with:
```sh
npm run functions:build
```