I would like to know if there's a way to use create-react-app offline rather than have it download files from the internet everytime. Doing this, seems like a huge waste of bandwith, and time, as internet speed is very slow and expensive where i reside.
Now there is an NPM package for that it called create-react-app-offline Installation :
npm i - g create-react-app-offline
Usage :
crao -n <app-name>
For more informations on GitHub
Every-time you do npm i, it also checks for updated packages and updates your package.json . The app can be made offline but your node modules will be downloaded ( they are added to git ignore) if you upload them to git.
If net is really an issue there then I'd suggest getting a pen drive or something where you can upload your files and access them without re-downloading
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With