Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 404 Bytes

Understanding the await tag in MarkoJS

Try it out

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