Closed rslawik closed 4 years ago
Use npm scripts to avoid installing the additional dependency (polymer CLI). It makes common tasks simpler:
polymer
npm build
npm test
npm start
Use es-dev-server recommended by https://open-wc.org/.
es-dev-server
Use npm scripts to avoid installing the additional dependency (
polymer
CLI). It makes common tasks simpler:npm build
to compile TypeScript codenpm test
to run testsnpm start
to open the demoUse
es-dev-server
recommended by https://open-wc.org/.