- Just checkout the repo and run
npm i
to install dependencies
npm start
-> runs a development environment with build, watch & livereloadnpm run build
-> builds js and sass to thedist
foldernpm run watch
-> watches for changes and triggers build
npm i
to install dependenciesnpm start
-> runs a development environment with build, watch & livereloadnpm run build
-> builds js and sass to the dist
foldernpm run watch
-> watches for changes and triggers build