Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 353 Bytes

Since server side is not ready yet, to see confusion_ng in action,
please change directory to confusion_ng/json-server folder, and type in terminal
% gulp
% json-server --watch db.json
and from browser, connect to
localhost:3000

If json-server is not installed, please install by typing
% sudo npm install json-server -g