Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 441 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 441 Bytes

Knockoutex

Reactive Store implemented using Knockout.js' observables. The API mimics Vuex 3.0.1

Proof of concept

Getting Started

Installing

Install node packages

yarn install

Run local server

node server.js

Open proof of concept website in browser

http://localhost:8080/proof-of-concept/

License

This project is licensed under the MIT License - see the LICENSE.md file for details