angularjs - How to organize frontend and backend project structure in node.js? -
angularjs - How to organize frontend and backend project structure in node.js? -
in project want utilize coffeescript both backend , frontend develop in 1 programming language. below list of modules i'm going use:
backend coffeescript node.js express.js mongodb redis jade stylus frontend coffeescript angular.js jade stylusnote modules used both in backend , frontend: coffeescript, jade, stylus.
i've used npm manage server side modules , bower manage client side modules. i've decided maintain 1 project easier maintenance , code sharing. i've used grunt javascript task runner.
my questions is:
is there single tool automatically generates project in configuration mentioned above , provides basic file construction , examples?
structuring mean projects
what you've described mean stack.
there boatload of mean frameworks promote practice. consider looking @ these two, google heck out of topic if you're interested:
mean.js sails.js (which i'm using project @ moment)you might want have @ tutorials thinkster.io's on mean stack.
managing dependenciesmanaging dependencies should never more of hassle adding libs package.json
or bower.json
files , require()'ing or otherwise loading installed dependencies. thankfully we've got suite of bundle managers aspects of mean stack:
node.js angularjs mongodb coffeescript
Comments
Post a Comment