This repository is about setting up a basic JavaScript development environment. It follows the course Building a JavaScript Development Environment. on Pluralsight.
Here's a short overview of what you need to get started with a project. There'll be a short summary of plugins / extensions for your IDE, npm packages installed throughout the process and other dependecies that might come along.
The following plugins listen will be for the Visual Studio Code editor. Equivalent plugins could be found in other editors too.
The command is what will be showed after you hit Ctrl + P in VS Code.
| Name | Description | Command | Version | Source |
|---|---|---|---|---|
| Editor config | Enables the editor to have the same configuration on every developer's computer, no matter the editor nor previous configurations. Listens to the .editorconfig-file |
ext install editorconfig |
v0.16.4 |
www.editorconfig.org |
| Version number | Version information |
|---|---|
| 0.0.1 | Initial |