- Install Node.js and npm. Follow the instructions here.
Install it and run:
yarn install
yarn dev
Build it and serve:
yarn build
yarn serve
- Step: Install the Prettier plugin (e.g. the one of Esben Petersen)
- Add the following snippet to your settings in VSCode:
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true // optional
},
Open your browser and go to http://localhost:8000/
to access the frontend