This document is aimed to run a Oswald HTML Pro based web project in just 10 minutes.
It's assumed that you already purchased a license.
Refer to File Structure and install
Gulp or
Webpack build
tools to generate assets for your project.
The build tools are required in your development environment only just to build the assets upon code changes in the source
folder and the end product uses the compiled assets folder in server.
Editing the compiled assets is not recommended. Instead, edit the source code in src folder
and compile the changes into assets folder using
Gulp or
Webpack build tools.
Use Layout Builder to configure a layout with prefered options
and export it as HTML partials for quicker server side integration.
.
Unpack the exported HTML partials and use your server side language to construct and render your page
by including the layout partials according to the instruction given in the HTML code comments.
Refer to Template Markup and
include mandatory and optinal assets for your project.
Refer to RTL Version and
Dark Mode guides if your project requires the RTL and Dark mode support.
For any further assistance, reach the core team by creating a ticket at Devs Support Center.