I use webreports to render HTML pages.
I would like to create a complete framework which includes
React as UI framework,
Jasmine as Unit Test Tool
Karma as Testing Runner
Grunt as Task Runner.
Is it possible in the content server?
What are the other ways of hosting an HTML page in Content Server?
As part of the requirement, i have created custom database tables .I won't be able to leverage Rest API to access data from custom tables as RestAPI only supports core tables.
Please suggest a suitable way so that I can design an application architecture which satisfies all the above norms.