-
Install npm
-
Run
npm i --dev
in this repository to install dependencies intonode_modules
-
Install Visual Studio Code
-
Run
npm run serve
to run the code onlocalhost:8080
with auto-reload on save (thanks to webpack-dev-server) -
Run
npm run prettier
to reformat the code usingprettier