Let’s say you plan to build a website. Before you start, you want to set up a few tools to make your life easier. But which tools should you have?

The JavaScript ecosystem is changing so fast that it can be overwhelming to pick the best tools to use. To solve this problem, in this article I’m going to walk you through how to set up a front end project from scratch.

We’ll cover things like must-have editor extensions, how to add JavaScript libraries to your project, why you’ll use Node.js even if you want to do front end development, and how to set up an application bundler that will generate a live preview as you code in your browser.

So let’s dive in.

  • How to Choose a Code Editor
  • How to Auto-format Your Code in VS Code
  • Why Do You Need Node for a Front End Project?
  • How to Run Your Project
  • How to Add Libraries to Your JavaScript Project
  • How to Get Coding Tips While You Code
  • How to Set Up a React or Vue Project

#javascript #web-development

JavaScript Tutorial – How to Set Up a Front End Development Project
2.15 GEEK