Cloudflare Functions Demo. See Cloudflare documentation
Clone the repository:
git clone https://github.com/remarkablemark/cloudflare-functions-demo.git cd cloudflare-functions-demoInstall the dependencies:
npm installStart a local server for developing your Pages:
npm startFix error Address already in use; 0.0.0.0:8788:
kill $(lsof -ti :8788)