bugthesystem / rdash-angular2

RDash admin dashboard theme /w AngularJS2 & TypeScript
https://rdash-angular2.herokuapp.com
MIT License
182 stars 89 forks source link

MISSING FILES #9

Open RocherKong opened 8 years ago

RocherKong commented 8 years ago

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?

petergi commented 8 years ago

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.

RocherKong commented 8 years ago

OK,Thank you!