This is a bare simple JS boilerplate. Feel free to clone it and use it as you want.
It comes with:
The Sandbox uses node 14.4.0
.
You can manuall install it or use asdf.
asdf install
yarn install
yarn start
You can use eslint to help you format your code.
yarn lint