Yeoman and ExpressJS

前端 未结 6 934
一整个雨季
一整个雨季 2021-02-02 09:56

I want to know if there is some boilerplate code to use a frontend workflow tool like Yeoman with a backend framework like ExpressJS, if I want to maintain the same codebase for

6条回答
  •  情深已故
    2021-02-02 10:47

    It is worth noting there is an express-generator project:

    • official docs
    • npm page

    I am going to give it a go - because I'm folling this tutorial - but other than that I cant comment on its value.

提交回复
热议问题