Running samples locally with vscode

18 views
Skip to first unread message

Jason Essebag

unread,
Sep 29, 2018, 4:25:58 PM9/29/18
to Fancytree Q&A
What steps are necessary to get the Taxonomy demo running locally? 
I am using Visual Studio Code and running straight out of latest master branch on my local repo
node .\fancytree-server.js
Server running at http://127.0.0.1:8124/
But the page (firefox) is returning "Firefox can’t establish a connection to the server at 127.0.0.1:8124."


mar10

unread,
Oct 5, 2018, 2:28:09 AM10/5/18
to Fancytree Q&A
FWIW, another way to run a local server (any one will do) is

npm install -g grunt-cli
cd fancytree
npm install
grunt test
grunt dev



Reply all
Reply to author
Forward
0 new messages