IntelliJ IDEA run AngularJS project

N.Zukowski

How can I run my AngularJS Application in the IntelliJ IDEA? I use the last version of the IntelliJ IDEA and I installed the AngularJS support with the IntelliJ IDEA AngularJS Plugin. I wonder, that I cannot define some Server Run/Debug Configuration (like Tomcat) to run my application.

Is there a way to do this?

EDIT: Or there is some other way to deploy the application? I cannot find any suitable Run/Debug Configuration to somehow deploy my project locally.

Harmelodic

A 'lisa p' says: You need an application server to run it locally on, such as JBoss.

Unless it's a static application (i.e. no dynamic content) in which case, just open your index.html file in a web-browser.

Ideally, if you wanted to continue to develop more pure AngularJS projects, then use Jetbrains' WebStorm IDE instead of their IntelliJ IDEA IDE.
IntelliJ is for Java Development, WebStorm is for Web and JavaScript Development.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Intellij IDEA how to run a class not the entire project?

From Dev

Run a Maven Project using IntelliJ IDEA

From Dev

IntelliJ IDEA failing to run a Grails 2.3.0 project

From Dev

intellij idea - cannot run "Tomcat" project on linux

From Dev

Run maven web project with JSP debugging on tomcat with IntelliJ Idea

From Dev

Rebuild project in Intellij IDEA each time before run

From Dev

Is it possible to run multiple Air clients in the same project (Intellij IDEA)

From Java

Renaming a project in IntelliJ IDEA

From Dev

Renaming a project in IntelliJ IDEA

From Dev

Intellij cannot run project

From Dev

IntelliJ IDEA: StackOverflowError on Build Project

From Dev

Write and run pyspark in IntelliJ IDEA

From Dev

Run jar configuration in IntelliJ IDEA

From Dev

Can not press "run" in Intellij idea

From Dev

Intellij IDEA pluggin cannot be run

From Dev

IntelliJ idea hidden Run Configurations

From Dev

Gradle + Intellij idea: run configuration

From Dev

Gradle + Intellij idea: run configuration

From Dev

tomcat run configurations in intellij IDEA

From Dev

Intellij IDEA pluggin cannot be run

From Dev

angularJS in IntelliJ Idea 13 begin

From Dev

IntelliJ IDEA / Webstorm and AngularJS / Ionic

From Dev

How to run tests on every code change in IntelliJ IDEA from Scala sbt project?

From Dev

Intellij Idea thinks Spring project is Android project

From Dev

intellij run project wtpwebapps not exist

From Dev

Exclude folders from Gradle project in IntelliJ IDEA

From Dev

Open Gradle project in IntelliJ IDEA, set encoding

From Dev

Can't see project folders in IntelliJ IDEA

From Dev

Intellij Idea compiler recompiles already compiled project

Related Related

HotTag

Archive