I just started learning the AngularJS material design. Well, it's quite interesting but i still dont know how to run using Node. Below is my app structure -
All i know to test my app is by using serve
in cmd for my project directory and test it by localhost
. My question is can this be tested like other Node projects? Also i need some how to host this app.
When i try to open the index.html directly, the website looks like below -
All files linked correctly but still error shown in console.
Thanks in advance for your help.
file://
schema. you need to usehttp://
. is your html file served by node server, or are you opening it from local drive directly? – akonsu Jan 5 '15 at 19:07