rdash-angular2
rdash-angular2 copied to clipboard
MISSING FILES
for help.when I Star and download the demo ,I can't run it on my server,The folder 'node-modules' is missing.where can I get the files missing?
You don't need to get it. You need to run npm install on the root folder of the project (in a terminal window). Then the node_modules folder will be created and the appropriate packages will be downloaded into it.
OK,Thank you!