modernWebDevGenerator
modernWebDevGenerator copied to clipboard
Improve user experience - project generation speed
Currently, generating a project takes a lot of time because of the large number of dependencies to pull down.
How to limit this?
Some ideas:
- reorganize the build and how it is installed
- use npm link assuming a correct version of the build is globally installed (could be part of a pre-req/initial check during project generation)
Another idea: bundle all dependencies