> See it online at https://cv-johannchopin.web.app/
npm run dev
: build project in/build/dev
folder and open it on serverhttp://localhost:1234
(Warning: all links are absolute)npm run devLocal
: build project with relative links in/build/devLocal
foldernpm run build
: build project with relative links and minify code in/build/prod/{appVersion}
folder