DEV Community

Discussion on: What is the best and simplest coding editor for newbies?

Collapse
 
natriumdev profile image
NatriumDev

Do you want an online editor or one that you can install?

Online: stackblitz.com
This website is practically like VSCode. At the startpage, chose "blank project" and your set. Adding packages is done by adding them in package.json

Install: VSCode is a pretty popular free tool, but packages will be the same problem as in Sublime I guess.

For the packages: try to learn how to use npm (node package manager).