Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxbunny/vanilla-patterns-2
VanillaJS web application development patterns (version 2)
https://github.com/foxbunny/vanilla-patterns-2
Last synced: 28 days ago
JSON representation
VanillaJS web application development patterns (version 2)
- Host: GitHub
- URL: https://github.com/foxbunny/vanilla-patterns-2
- Owner: foxbunny
- License: wtfpl
- Created: 2023-06-25T20:05:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-18T21:03:42.000Z (11 months ago)
- Last Synced: 2024-01-18T23:09:32.733Z (11 months ago)
- Language: HTML
- Homepage: https://foxbunny.github.io/vanilla-patterns-2/
- Size: 7.58 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla patterns
This repository contains examples of various patterns used for Vanilla
JavaScript client-side application development. It is a work in progress and
will be continuously updated to reflect its author's current practices.The live version is available
[here](https://foxbunny.github.io/vanilla-patterns-2/).To read about and view the examples locally, use any HTTP server to serve the
contents of this repository. If you have NodeJS and NPX installed, you can use
this command:```shell
npx http-server --port 8000 -c-1 .
```Then you can visit http://localhost:8000/ to see the examples.