jehoshua02 / react-app-starter

React application starter to keep up with my evolving preferences.
2 stars 0 forks source link

Browser Sync vs Testem vs Webpack Dev Server? #14

Closed jehoshua02 closed 9 years ago

jehoshua02 commented 9 years ago

I've used browser-sync before. It's pretty sweet. Can listen to source files, recompile, and notify connected browsers. Or do I keep trying to use webpack-dev-server? But with either of these, how do I get a TDD workflow? What about testem?

jehoshua02 commented 9 years ago

Let's try testem first.