Knockout 3.4 Basic project - Start from scratch
Knockout 3.4 Basic project - Start from scratch
Go to Node website
A command-line http server
$ npm install -g http-server
Full fake REST API
$ npm install -g json-server
Clone or Download the project
Open first command prompt
$ cd my-project\fake_db
$ json-server --watch db.json
$ cd my-project
$ http-server
This is just a simple example, I hope this will help you to understand better Knockout.