Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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 `[email protected]` and higher.