1

I'm fairly new to IntelliJ and I'm using it to develop an AngularJS application having spring-boot as the backend server. When I make any changes to HTML or JavaScript code, I always have to restart the app server. Is there a config or plugin that provides hot-swap for HTML/JS/CSS files?

I'm using IntelliJ Community Edition 2017.2.17, Angular 1.4.4, Node 4.2.1 and NPM 2.14.7.

Dharita Chokshi
  • 1,133
  • 3
  • 16
  • 39

2 Answers2

2

if i'm not wrong, You should try to use Intellij Ultimate, and after that, read the @Rafael Reyes answer, it seems to be good! Link -> https://stackoverflow.com/a/43234019/5240348

Redpike
  • 50
  • 1
  • 8
0

As far as I know there is no such functionality in IntelliJ IDEA Community Edition. I solved this problem using external tool for example https://browsersync.io which can be operated from inside idea.

K. Palka
  • 11
  • 3