- CRA
- CRA + redirect for SPA
- CRA + functions
- CRA + redirected functions
- Gatsby
- netlify dev
- netlify dev --port 23
- netlify dev --cmd vuepress
- netlify dev --offline
- netlify dev, with toml, good port
[dev] port = 8000 # Port that the dev server will be listening on
- netlify dev, with toml, bad port
[dev] port = 9999 # Port that the dev server will be listening on
- netlify dev, with toml, _redirects inside publish
[dev] publish = "public"
- netlify dev, with toml, custom command
[dev] command = "yarn start"
- netlify dev, with custom command in flag, --cmd vuepress, but also custom command in toml (flag should win)
[dev] command = "yarn start"