Sunday, 11 June 2017

Test project structure for nodejs babel project

I have a nodejs + babel project with the following structure:

--dist
--src
  --route
  --models
--index.js

Should I put the test folder into the /src or at root folder?



via Alvin

No comments:

Post a Comment