From the course: JavaScript: Progressive Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a web app in NetBeans

Creating a web app in NetBeans - JavaScript Tutorial

From the course: JavaScript: Progressive Web Applications

Start my 1-month free trial

Creating a web app in NetBeans

You need a website to work with going forward. You have three options here. You can create a new site, use an existing site, or use the starting point which you can get from the exercise files. To create a new site in NetBeans, you'll want to start a new project. You can click the new project button which looks like a yellow rectangle with a plus sign in the top left corner, or you can go to file and "new project". You'll want to choose an HTML5/JS application as the project type. Click next. You should name your application and decide where you want to keep it. Click next. You can choose a site template or you can start from scratch If you want to choose one of the predefined templates, download an online template. I use the Intializer Classic for the website in the starting point. For now, let's just choose no site template. Go ahead and click next and then you can add any of the tools that you think you'll need in your project. For the most part, I just uncheck these. And then…

Contents