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

https://github.com/kylemit/netlify-functions-demo

Demo app of Netlify Functions
https://github.com/kylemit/netlify-functions-demo

demo-app netlify-functions

Last synced: 2 months ago
JSON representation

Demo app of Netlify Functions

Awesome Lists containing this project

README

          

# Netlify Functions Demo

## Installation

```bash
npm install netlify-cli -g # CLI
npm install # Local Packages
```

## Start Project

```bash
netlify dev
```