Webcomponents Template 🎨
Web Components template powered by Webpack, Typescript, and others 💪
This project is the development of webcomponents-webpack-ts, my personal web components template for creating robust and native web app.
Getting up and running is as easy.
-
Make sure have LTS or latest nodeJS and yarn installed globally.
-
Clone this repository
git clone https://github.com/latipun7/webcomponents-webpack-ts.git
-
Install all project dependencies
cd path/to/webcomponents-webpack-ts yarn install
-
Start development server
yarn dev
-
Build for production
yarn build
MIT License © Latif Sulistyo