An open API service indexing awesome lists of open source software.

https://github.com/latipun7/webcomponents-webpack-ts

My personal webcomponents project with my personal webpack configurations 🧩📦
https://github.com/latipun7/webcomponents-webpack-ts

html5 scss typescript webcomponents webpack

Last synced: 2 months ago
JSON representation

My personal webcomponents project with my personal webpack configurations 🧩📦

Awesome Lists containing this project

README

          

# `webcomponents-webpack-ts 🎨`

[![Discord][discord-image]][discord-url]
[![GitHub Workflow Status][workflow-image]][workflow-url]

> **Webcomponents Template 🎨**
>
> Web Components template powered by Webpack, Typescript, and others 💪

## About

This project is the development of webcomponents-webpack-ts, my personal web components template for creating robust and native web app.

## Getting Started

Getting up and running is as easy.

1. Make sure have [LTS or latest nodeJS](https://nodejs.org/) and [yarn](https://www.npmjs.com/package/yarn) installed globally.
2. Clone this repository

```bash
git clone https://github.com/latipun7/webcomponents-webpack-ts.git
```

3. Install all project dependencies

```bash
cd path/to/webcomponents-webpack-ts
yarn install
```

4. Start development server

```bash
yarn dev
```

5. Build for production

```bash
yarn build
```

## Hacking to the Gate~! 🐱‍💻🎶

[MIT License](./license) © Latif Sulistyo

[discord-image]: https://img.shields.io/discord/758271814153011201?label=Developers%20Indonesia&logo=discord&style=flat-square
[discord-url]: https://discord.gg/njSj2Nq "Chat and discuss at Developers Indonesia"
[workflow-image]: https://img.shields.io/github/workflow/status/latipun7/webcomponents-webpack-ts/Continuous%20Integration%20and%20Continuous%20Delivery%20%E2%9A%99%F0%9F%9A%80?label=CI%2FCD&logo=github%20actions&style=flat-square
[workflow-url]: https://github.com/latipun7/webcomponents-webpack-ts/actions "GitHub Actions"