This is an node project using Yarn , snowpack, Bootsrap, and Eleventy .
Yarn install
After this step you just have to launch
Yarn dev
this script compile src (js & css) in projet/webapp_statics and keep watching the modifications
Yarn watch
this script compile sources , in projet/build one time by snowpack
yarn build:bysp
this script compile sources , but without snowpack (used by vercel )
yarn build