bradleyboy / yarsk

Don't use this, use Create React App
192 stars 38 forks source link

Add expressjs support #8

Closed libtool closed 9 years ago

libtool commented 9 years ago

Please add the support expressjs

bradleyboy commented 9 years ago

Can you expand on this? What would be the benefit of adding express to this starter kit?

libtool commented 9 years ago

Support full stack development and isomorphic appp. I do not insist. In any case, thank you for such a great starter kit!

bradleyboy commented 9 years ago

@libtool Understood. This is low on my priority list, but I'd be glad to look at a PR if anyone wants to take a shot at this. I did recently use express with an app based on this kit and made a change in https://github.com/bradleyboy/yarsk/commit/4a4c86d629130fb56552cce05cdd76bfaef9fbca that should help integration with other servers.

libtool commented 9 years ago

Thank you!