Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 326 Bytes

web-framework

A simple model view framework from scratch with typescript. The framework can handle all common events it uses generics, composition, interfaces and inheritance for generalisation

setup webframework

npm install -g parcel-bundler
npm install --save-dev parcel
npm install -g json-server