Web app templates for Node.js

I am creating a Web app using Node.js scaffold on Crowdbotics platform. It creates the boilerplate code with React.js as a front-end by default. Don’t we have an option to choose the front-end template here like Angular, React or Vue? And what about creating a simple Rest API project without any front-end framework.

Right now the default scaffold generates only a React frontend. If you don’t like the frontend selected, you can always ignore it and retain the rest of the codebase, including its REST API. You can also contribute your own Scaffold

The Django webapp type generates a bare REST API suitable for use as a backend as well.

1 Like

Thank you so much for a quick reply @anand !!