Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heikkilamarko/mobx-lit-html-app
- Owner: heikkilamarko
- License: mit
- Created: 2020-08-29T16:07:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:19:43.000Z (4 months ago)
- Last Synced: 2024-07-12T13:11:26.851Z (4 months ago)
- Topics: bootstrap, lit, mobx, vite
- Language: JavaScript
- Homepage:
- Size: 976 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```