First clone the repository and install dependencies from npm:
npm installRun the build command:
npm run buildin the /build directory, you can find the compiled files.
You can find a usage example in the file index.html
webpack is watching the files and compile them when they are changed.
npm run watchnpm run dev