0

Is it possible to create a simple Project which only uses HTML, JavaScript and CSS, or do I have to use netbeans?

I tried to start a new project, but I have only these options:

enter image description here

and I am not sure what "HTML5 Boilerplate" is.

1 Answer 1

2

Just use the top most "PHP Empty Project" option.

If you do not have local or remote PHP -- just choose <no interpreter> option for "CLI Interpreter" field.

In the end you will get empty project.


Alternative solution:

  1. Create empty project folder using your file manager/terminal.
  2. Using PhpStorm use Open from Welcome screen (or File | Open Directory if you have some project already opened") and point to the project root folder -- IDE will create new project (or reuse existing one (if it finds .idea subfolder)) from those files.

I am not sure what "HTML5 Boilerplate

You may click on blue link on the top right corner of that screen and it will take you to the GitHub page for that project.

From there: https://github.com/h5bp/html5-boilerplate

HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.

This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.

Sign up to request clarification or add additional context in comments.

3 Comments

I use Storm everyday for PHP/Laravel. So i have it configured with PHP interpreter. When creating a new empty project for HTML, Storm automatically grabs the PHP and offers it as an external library within the project. Annoying.
@Vince Please clarify your issue with some screenshots as I currently do not understand what problem you are facing. May worth posting as a separate question if it has much to describe.
Ok, as suggested I added a specific question with a screen shot. GUarantee someone will downvote it as already answered. Which I don't think it has been stackoverflow.com/questions/65483000/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.