Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 362 Bytes

Barplansgenerator

Setup development environment

  • Install npm

  • Run npm i --dev in this repository to install dependencies into node_modules

  • Install Visual Studio Code

  • Run npm run serve to run the code on localhost:8080 with auto-reload on save (thanks to webpack-dev-server)

  • Run npm run prettier to reformat the code using prettier