- Rename
.env.exampleto.env - Replace missing environment variables with your own
- Run
npm run start. Note that you'll need to be an administrator on your computer to allow thedevcertpackage to install certificates, which allows you to serve the local app over HTTPS.
startruns your app for development, reloading on file changesstart:buildruns your app after it has been built using the build commandbuildbuilds your app and outputs it in yourdistdirectorytestruns your test suite with Web Test Runnerlintruns the linter for your project
Based on the Open Web Components development generator