foxbunny / vanilla-patterns-2

VanillaJS web application development patterns (version 2)

Home Page:https://foxbunny.github.io/vanilla-patterns-2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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:

npx http-server --port 8000 -c-1 .

Then you can visit http://localhost:8000/ to see the examples.

About

VanillaJS web application development patterns (version 2)

https://foxbunny.github.io/vanilla-patterns-2/

License:Do What The F*ck You Want To Public License


Languages

Language:HTML 46.0%Language:JavaScript 36.9%Language:CSS 17.1%