Information for developers
Recommended Tools
Recommended package manager is yarn. While npm
can be also used, sometimes
is gets broken and requires deleting the whole node_modules
folder and all lock files and reinstall
all packages.
Recommended IDE is Microsoft VS Code, with folowing extensions:
Recommended local NPM registry is Verdaccio. Very simple to install and configure, it allows you to test publishing of NPM modules locally, without exposing your unfinished work to the whole world.