- The project consists of React solutions for two examples from the first Serverless Functions project
- Basic Setup
- Uses the first project's serverless function directly
- Airtable
- Uses a locally deployed copy of the first project's serverless function.
- Basic Setup
[build]
- command = 'npm run build'
- publish = '/build'
- functions = './functions'
[[redirects]]
- from = '/api/*'
- to = '/.netlify/functions/:splat'
- status = 200
[[redirects]]
- from = '/*'
- to = '/index.html'
- status = 200
- "build": "CI= react-scripts build"