I am new for angularJs development... I have successfully installed "yeoman" into my PC(I am using windows-7 64-bit system) and my app folder structure is:
- components
- images
- scripts
- styles
- views
- index.html etc...
I am using "grunt server" command for running my application in localhost, But my question is that.. suppose I want to upload my app into hosted server, So which files should I upload into server and how to run the app, Is there any option to run "grunt server" command into server. So please give me some suggestion for this.