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

https://github.com/agneym/cra-template-netlify-fns

Get started on Netlify Functions with CRA and a single command ✨️
https://github.com/agneym/cra-template-netlify-fns

create-react-app netlify netlify-functions react

Last synced: 9 months ago
JSON representation

Get started on Netlify Functions with CRA and a single command ✨️

Awesome Lists containing this project

README

          

# CRA Template for Netlify Functions

```bash
npm init react-app --template netlify-fns

# OR

npx create-react-app --template netlify-fns
```

> This feature is available with `react-scripts@3.3.0` and higher.