Function: reactConsoleEntryPointTemplate()
Function: reactConsoleEntryPointTemplate()
function reactConsoleEntryPointTemplate(path, platform): string;
The React console template. This template is used to create the console entry point for a React application. Note: This file is used to create the console server to run the application.
Parameters
path
string
= './app/**/*'
platform
string
= NODE_CONSOLE_PLATFORM
Returns
string