I'm trying to create an Angular2 project with a REST service, using NodeJs. 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 creating Angular2 project with NodeJs back end?
- what should be the folder structure?
- where to put the Angular code(with TypeScript)?
- how to use Bower/Gulp?