Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 616 Bytes

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.