Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/template-macos-solid
/ startApp
Function
startApp
src/app.tsx:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
* See ./tools/scripts/bundle-solid.ts for more information.
69
*/
70
export function startApp() {
71
render(() => <App />, document.body);
72
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected