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

https://github.com/d-holguin/aang

Micro JavaScript SPA framework using Native Web Components
https://github.com/d-holguin/aang

javascript vanilla-javascript web-components

Last synced: about 1 month ago
JSON representation

Micro JavaScript SPA framework using Native Web Components

Awesome Lists containing this project

README

          


Aang Logo
Aang

## Aang is a micro java script single page application framework using webcomponents

Using this mostly as notes and quick references.

https://developer.mozilla.org/en-US/docs/Web/API/Web_components
https://game-icons.net/1x1/lorc/air-zigzag.html

##### Colors used
#4A90E2
#FFF8E7

Prettier used for formatting.

Using whatever server or host is configured for Aang needs to redirect unknow paths to root index.html
`npx http-server . -P http://localhost:8080?`
Without cache
`npx http-server . -P http://localhost:8080? -c-1`