Running samples locally with vscode

已查看 18 次
跳至第一个未读帖子

Jason Essebag

未读,
2018年9月29日 16:25:582018/9/29
收件人 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

未读,
2018年10月5日 02:28:092018/10/5
收件人 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



回复全部
回复作者
转发
0 个新帖子