How do you start a Meteor project with GitHub integration?
1. I go on GitHub and I create the repository with a certain license. I initialize it with a README file.
2. I import the repository into WebStorm
3. Now I want the actual app to be in a directory "webapp" inside this repository. I can't just "meteor create webapp" because it won't get the WebStorm settings that I need. I also can't go to File -> New Project and put it inside the repository because I'll end up with two .idea directories.
How do I do it?
Please sign in to leave a comment.
import the repository into WebStorm = check out from Version Control -> GitHub
Don't understand what you are talking about... What's the problem creating a Meteor stuff in webapp subfolder (via "meteor create webapp")? What settings WebStorm doesn't get in such case?
Settings it doesn't get:
JavaScript language version set to ECMAScript 6
Run Configuration
-----------------------------------------------------------------------
I don't know if there's something else, I guess there is because the IDE has so many settings available but I don't know.
Both work fine for me... Of course, this 'webapp' folder should be inside your project, not elsewhere