Play now here
npm install
to install dependenciesnpm run dev
to run the development server to test out changes
npm run build:dev
to produce javascript bundles for debugging in the dist/
foldernpm run build:prod
to produce javascript bundles for production (minified) in the dist/
folder