mirror of
https://github.com/jlengrand/better-setup-mic.git
synced 2026-03-10 08:01:24 +00:00
070b8c0da013bfd97d353dca4e8da909570b0720
Open-wc Starter App
Quickstart
To get started:
npm init @open-wc
# requires node 10 & npm 6 or higher
Scripts
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
Tooling configs
For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
Languages
JavaScript
52.8%
TypeScript
36.8%
HTML
10.4%
