Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 295 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 295 Bytes

vanillajs-virtualdom

Vanilla JavaScript approach to the virtual DOM implementation. This app tries to mimic React in a simple way.

Install

npm install

Run

Development: npm run watch and browse index.html in your browser. Production: npm run build and deploy /dist/bundle.js.