- WebStorm 9 IDE provides feature to create a AngularJS project by generating the skeleton of the application.
- In this demo, “We will learn to create a seed AngularJS project using WebStorm 9”.
- In WebStorm 9 IDE select File>New project and enters the name of the project and select the project type as following screenshot:
- Then press OK button.It shows a message to run NPM as following screenshot:
- on pressing OK button it generates the following project structure:
- In terminal run npm install to download all the dependencies for an AngularJS project as following screenshot:
- Once NPM loads all the dependency we can find index.html file in app directory which is the home page for our application.