I'm not sure what is 'best practise' however I think its quite nice to have server.js in src and then start.js (which starts your server) in the root directory? Again, just raising the issue for discussion.
I think the package.json when initialised targets 'index.js' which looks in the root by default.
I'm not sure what is 'best practise' however I think its quite nice to have server.js in src and then start.js (which starts your server) in the root directory? Again, just raising the issue for discussion.
I think the package.json when initialised targets 'index.js' which looks in the root by default.