First clone this repository. You must have yarn installed.
Make sure you have Node installed and you are using >=14.17.0
node -v
nvm install 14.17
nvm use 14.17
Then run
rm -rf .git
yarn install
Make sure you have ./node_modules/.bin
in your $PATH
!
echo $PATH
This way you can run this:
eslint src
webpack-dev-server
Once a file has been updated in your text editor, you can run it with:
node src/index.js