You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an easy way to get the examples running (on Linux) is:
install node.js
git clone https://github.com/shyamseshadri/angularjs-up-and-running
cd angularjs-up-and-running
npm init
(accept all defaults)
npm install --save http-server
node node_modules/http-server/bin/http-server
connect browser to localhost:8080
example directory is served
The text was updated successfully, but these errors were encountered:
the python server is very useful when testing locally! Node.js server is of course more powerful than the simple Python server. Thank you @flyte and @dmh2000 !
an easy way to get the examples running (on Linux) is:
install node.js
The text was updated successfully, but these errors were encountered: