You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
[Some kind feedback](https://github.com/mars/create-react-app-buildpack/issues/2) pointed out that this buildpack is not necessarily specific to `create-react-app`.
140
+
141
+
This buildpack can deploy any SPA [single-page app] as long as it meets the following requirements:
142
+
143
+
*`npm run build` performs the transpile/bundling
144
+
* the file `build/index.html` or [the root specified in `static.json`](#customization) exists at runtime.
0 commit comments