Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heikkilamarko/mobx-lit-html-app

A simple web application written in MobX and Lit
https://github.com/heikkilamarko/mobx-lit-html-app

bootstrap lit mobx vite

Last synced: 2 days ago
JSON representation

A simple web application written in MobX and Lit

Awesome Lists containing this project

README

        

# MobX Lit App

This repository contains the source code of a simple responsive web application written in the following technologies:

- [MobX](https://mobx.js.org/)
- [Lit](https://lit.dev/)
- [Bootstrap](https://getbootstrap.com/)
- [Router5](https://router5.js.org/)
- [AG Grid](https://www.ag-grid.com/)
- [ApexCharts](https://apexcharts.com/)

Build tool: [Vite](https://vitejs.dev/)

## Run as Docker container

```bash
docker compose up --build -d
```

```bash
open http://localhost:8000
```