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 ✨️
- Host: GitHub
- URL: https://github.com/agneym/cra-template-netlify-fns
- Owner: agneym
- Created: 2020-01-08T15:06:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:31:44.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T20:54:22.972Z (9 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 `react-scripts@3.3.0` and higher.