Structuring a Node.js and AngularJS application

后端 未结 6 1250
鱼传尺愫
鱼传尺愫 2020-12-12 09:41

I\'m about to attempt my first AngularJS project, and it makes sense to use Node.js for the back end, even though it means learning both AngularJS and Node.js from scratch a

6条回答
  •  盖世英雄少女心
    2020-12-12 10:02

    I was investigating the very same thing.

    My initial thoughts were directed towards using Express Generator and Angular Seed.

    Then I found a much nicer solution:

    • http://yeoman.io/
    • http://yeoman.io/generators/
    • (one of the most popular generators) https://github.com/angular-fullstack/generator-angular-fullstack

    One of the most popular yeoman generators provides you with a structure to Node.js and AngularJS applications.

    I believe in power of standardisation and new people joining the project will appreciate the unified structure.

提交回复
热议问题