Function: reactClientEntryPointTemplate()
Function: reactClientEntryPointTemplate()
function reactClientEntryPointTemplate(path): string;
The React client template. This template is used to create the client entry point for a React application. Note: This file is embedded in the index.html file.
Parameters
path
string
= './app/**/*.{ts,js,mjs,json}'
Returns
string