How to get started?

Follow the below steps to create a project directory with all the required plugins and tools installed.

Step 1
Make a copy of basic/ directory to your desire workspace.

Step 2
Configure your website by openning /assets/js/script.js and change the commented variables.

Step 3
Time for development. Now you're ready to create your HTML files and writing your custom CSS and JS codes.

- HTML
Since most of the websites have a global layout for whole of the application, you might want to start modifying index.html file and create a global layout for your website. Check available layout features such as navbar, header, cover, footer, etc. as well as all the blocks and UI Kit.

- CSS
Write your additional styles inside /assets/css/style.css. Make sure it's imported into your HTML files after page.min.css.

- JavaScript
Your additional JavaScript codes should be write inside /assets/js/script.js after the page.config() method. Make sure it's imported into your HTML files after page.min.js.