Skip to content

jacobodonnell/serverless-functions-react

Repository files navigation

Netlify TOML for create-react-app

[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 Command

"build": "CI= react-scripts build"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published