leftiness / react-demo

Other
0 stars 0 forks source link

Webpack handles testing now :) #12

Closed leftiness closed 8 years ago

leftiness commented 8 years ago

npm start. Then npm test in another console. One is on port 5000. The other is on 5001. Both will update whenever changes happen. Refresh the test page to see the test results. Refresh the other to use the app.

This closes #3.