I'm trying to crate and angular2 project with a REST service, using node. Although I found some tutorials/sample codes doing this kind of applications, the organization of the code/project is different form each other. I'm trying to figure out what's the best way so far to do that.
Basically,
- what is the best approach to create angular2 project with nodejs back end?
- how should be the folder structure?
- where to put the angular code(with typescript)?
- how to use bower/gulp?
