I'm trying to import the Angular Seed project into IntelliJ, but when I do it creates a whole bunch of individual modules. I just want a view of the directory structure and to forget about this module junk. All they are are folders to me.
How can I set this up in IntelliJ? Is this something people do with Angular applications or do I need to change to something like WebStorm instead?
When it comes to web projects in IDEA, you have to do the following to make it bahave more or less like WebStorm: (I too think IDEA is terrible at setting up a simple custom project)
Make the web project or other random file structure a Module inside a project.
--edit-- I just realized that creating a new project allows you to directly go for a Web Module. This way there is no need for a 6-step plan. :) --edit 2-- You can specify the Module File Location here just as easy.
Here's how I do it:
~/MyDevStuff/OSProjects/
angular-seed/
.iml
file with your angular-seed files.