npm i
- install dependenciesnpm start
- start development servernpm run cy:run
- run Cypress functional/browser/e2e tests. Works only when running website locally (npm start
ornpm run preview
)
npm run build
to preparehtml
,css
,js
files indist/
directorynpm run preview
- run build and serve production files locallynpm run publish
- build project and publishdist/
directory togh-pages
branchnpm run push-build
- push content ofdist/
directory togh-pages
branch