Using NetBeans for pure HTML/JS/CSS development

2

Is it possible to use NetBeans to create HTML/JS/CSS projects which can be run by a local web browser instead of a full PHP project which has to be passed through an interpreter?

oneat

Posted 2011-03-21T14:04:34.860

Reputation: 2 823

Answers

2

The short answer is yes. You would build the program in nearly the same way, but just open the source HTML file directly in your browser as a file instead of accessing it from the webserver Netbeans is using.

But its like using an sledgehammer to kill a gnat. There are better tools on every platform for doing web development, IMHO.

peelman

Posted 2011-03-21T14:04:34.860

Reputation: 4 580