Build yout Angular-HTML-Templates easily and fast with the help of the mobirise webside builder.
- Windows Machine
- Mobirise desktop application (https://mobirise.com/)
- Node.js
- Angular
- Download this repository as ZIP and extract it to the location of your choice.
- Run the
initialisation-script.cmdfile to initially setup your project. - After the previous script has finished, run
start-change-detection-script.cmd.- This will start the FileWatcher which listens for file changes in your Mobirise-Template and applies them to your Angular project.
- Your Angular application is now running under localhost:4200
- While the script is still running open the Mobirise application and start designing your webpage.
- When you're done, publish the project to
<your-repository-location>/mobirise-templateAttention : its crucial to publish exactly to this location because otherwise the FileWatcher won't detect the changes
- When you're done, publish the project to
- Navigate to
localhost:4200and see your mobirise design apllied to your Angular application