I was wondering if there’s any faster way of creating projects in ionic3 since downloading node modules takes a lot of time as its size is bigger than the rest. Therefore I was thinking if we can copy the node modules file from another project and paste it in our current project before running the command:
ionic start myapp
So that the project can be created faster… Is this possible? Is there any other faster way?