I was taking a look at the react slingshot starter kit and I couldn't understand why the project uses npm and yarn at the same time.
The repo's url is: https://github.com/coryhouse/react-slingshot
Can someone give me an explanation about that?
I heard that if you have yarn.lock (as the project does) you should use yarn. However all the command line commands are based on npm. Why?