Function: reactServerEntryPointTemplate()
Function: reactServerEntryPointTemplate()
function reactServerEntryPointTemplate(path, printUrls): string;
The React server template. This template is used to create the server entry point for a React application. Note: This file is used to create th SSR server to run the application.
Parameters
path
string
= './app/**/*'
printUrls
string
| boolean
Returns
string