简体   繁体   中英

Yeoman setup for client + server project

I'm developing a framework based on " Scalable Javascript Application Architecture " with modules that should be able to run both on the server (node) as well as the client.

I'm looking for a good project set-up/bootstrap where client and server-side could be developed/build/tested separately while still making use of some shared resources such as the mentioned modules.

I like Yeoman for a clientside setup, and it seems that yeoman is extending it's reach to include scaffolds for server-side stuff although this is still somewhat experimental.

However, to this day I 've yet to find a project setup that combines server + client setup as described above.

Any pointers, github test project, etc. highly appreciated.

You might want to take a look at this experimental branch the Yeoman team are working on:

http://github.com/yeoman/yeoman/tree/express-stack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM