Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Get started on Netlify Functions with CRA and a single command ✨️
- Host: GitHub
- URL: https://github.com/agneym/cra-template-netlify-fns
- Owner: agneym
- Created: 2020-01-08T15:06:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:31:44.000Z (about 5 years ago)
- Last Synced: 2024-12-09T02:46:13.498Z (2 months ago)
- Topics: create-react-app, netlify, netlify-functions, react
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.