Can we develop a site from scratch without being connected to the internet?

Can we develop a site from scratch without being connected to the internet?

Yes why not. If you need a database make sure to install a localserver like WAMP etc. Also make sure that in the bootstrap, jquery scripts to use a local version and not the CDN

1 Like

Yes, i do it all the time, develop locally then upload when finished. This means i can make changes to the development system without effecting the live version then just upload it when finished. Only thing to change generally is the MySql connection settings

1 Like

Exception: if you use a Mac, use MAMP.

1 Like