How to deal with full stack development?
Hi, I'm considering to use WebStorm for website development. I'm mostly interrested in full stack development using:
front: javascript + Vue
back: Nodejs + Express + MongoDB
It is not clear to me how WebStorm would support this. When creating a new project I can select a frontend or backend setup. Not both.
So how to deal with this? Do I need to create two projects?
Please sign in to leave a comment.
The IDE doesn't force you to use this or that project setup. You can have both the client and server-end code in a single project, in different subfolders, or keep them in separate projects
But when creating a project, which type should I select?
Nodejs, or Vue+Javascript?
And how to setup such that both Nodejs and Vue are supported to the max.
Is there a tutorial about this?
You can create an empty project, add
clientandserverfolders to it, then create your Node.js app in theserverfolder and Vue.js app - in theclientone. You don't necessary need using existing new project templates to create projects, all the stuff can be added manually or by running the commands in terminal