fork this repo and clone it or just clone it and after that cd marko-demo
installing dependencies
npm install
check if json-server was installed. if not then npm install -g json-server
run this to start our fake api
npm run fake
and now run
npm run dev
go to localhost
Thanks MarkoJS