Private
In production: serve static files from the 'build' directory In development: the html file is served by webpack, that enables hot reloading and so on (read some details here: https://www.newline.co/fullstack-react/articles/how-to-get-create-react-app-to-work-with-your-rails-api/#the-rub- )
Starts a server in localhost:APIport to expose rest endpoints
Generated using TypeDoc
In production: serve static files from the 'build' directory In development: the html file is served by webpack, that enables hot reloading and so on (read some details here: https://www.newline.co/fullstack-react/articles/how-to-get-create-react-app-to-work-with-your-rails-api/#the-rub- )