Hi,
I would like to import a node.js project in IntelliJ IDEA. We develop this (private) project in a team and use a svn-repository. So far I used Webstorm without any problems. Now I work on another PC with IntelliJ Idea. I did a checkout, but project-configuration is not correct. Among other things I can not see any folders in project explorer. How do I configure the project right?
Project structure (folder names in square brackets):
- [project]
- [frontend]
- [node_modules]
- [server]
- server.js
- package.json
Thanks in advance,
Michael