Created by: eanplatter
I noticed my work on #33 would only copy first in the template directory, and explicitly had to check the src folder and copy it.
This instead just recursively copies the template folder into the root of the app.
Should work with deep nested paths like ./template/tests/components/myComponentTest.js
Though we don't necessarily need it now, if someone wants to add something to the template in the future, this is probably a better way to handle copying.