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
- Host: GitHub
- URL: https://github.com/d-holguin/aang
- Owner: d-holguin
- License: mit
- Created: 2025-10-19T05:51:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T06:12:53.000Z (8 months ago)
- Last Synced: 2025-11-03T19:01:31.229Z (8 months ago)
- Topics: javascript, vanilla-javascript, web-components
- Language: JavaScript
- Homepage: https://d-holguin.github.io/Aang/
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`