I’m new to CMS Hub, What is the advantage of Local Development. Why can’t I develop a website from the scratch through HubSpot CMS Hub.For your kind info, I prefer to develop the website through coding.
Hello @Venki,
you can develope the whole page via the HubSpot CMS Hub, that’s no probleme at all.
Some advantages of local development:
- You can use your favorite development tools
- better use of web technologies, like different librarys or frameworks, like SASS/SCSS and so on
- use versionating tools like GIT
- Code is better “reusable” - you can savage easier parts from old modules for your new modules, like a module choice field, with a lot of options.
- Chris
Thanks Chris!!