Material for a live coding session to create a Virtual DOM framework from scratch. Do not use in production, use our maquette library instead.
- Clone this repository (in a terminal type:
git clone https://github.com/AFASResearch/mini-vdom.git) - Run
npm installfrom the mini-vdom folder - If you need a convenient IDE/Editor for Typescript, install Visual Studio Code
- Run
npm start - Open the url http://localhost:9000
Curious how we set up this repo? Read this