custom-elements-kickoff

Custom elements kickoff template.

Stars
1

Custom Elements Kickoff

Custom elements gives you ability to create own HTML element or extend existing one. This is starter template for this kind of project. You can read more about this feature here.

Getting Started

Use this as GitHub template and then clone your generated repository. To install all NPM package run npm i.

Development

To start development server, run npm start. This starts Webpack dev server on port 9000.

Testing

Write your unit tests and run them by npm test.

Production

To make production build, run npm run build. This compiles and minifies your code into dist folder.

Workflows

There is allready prepared simple GitHub workflow. It tests youre code every time you push into repository.