Clone template:
npx degit nielssp/cytoplasmic/examples examples
cd examples
Install dependencies:
npm install
Run the application in development mode:
npm run dev
Build the application for production into the /dist folder:
npm run build
Preview content of /dist (after running build):
npm run preview
Links: