carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

No `server.js` in TodoMVC example #297

Closed sotojuan closed 8 years ago

sotojuan commented 8 years ago

The npm start script run a server.js file that does not exist in the directory.

mxstbr commented 8 years ago

Use npm run example:redux:todomvc from the root folder the npm start command is an artifact from the creation!

sotojuan commented 8 years ago

Thanks! That should be in the README or in the root of the examples. Maybe a good idea for a PR?

mxstbr commented 8 years ago

Definitely PR worthy! :+1: