Skip to content

Latest commit

 

History

History

barplan

Barplansgenerator

Build with docker

Run ./build.sh

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