Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 729 Bytes

README.md

File metadata and controls

53 lines (28 loc) · 729 Bytes

Use Frontend

This is an node project using Yarn , snowpack, Bootsrap, and Eleventy .

Install

Yarn install 

Prototype by 11ty and snowpack

After this step you just have to launch

Yarn dev


Watch src

this script compile src (js & css) in projet/webapp_statics and keep watching the modifications

Yarn watch 

Build src

this script compile sources , in projet/build one time by snowpack

yarn build:bysp

Build for Vercel

this script compile sources , but without snowpack (used by vercel )

yarn build