Hello there!
I’ve started developing a full page custom app for Freshworks CRM, using the React template. I’ve read that currently it isn’t possible to test a full page app locally, however as I’m using React, would it be possible to test, using npm start
?
I’ve tried to used it, but the following message appeared:
If it is possible, what should I do to make it work? If not, is there another way of testing an full page React app locally?
Thanks!