Using Starter Template

In most of the cases, you might want to start with a starter template instead of using the default/ demo.

There is nothing special you need to do for this. All of the steps are exactly same as explained in the section Setup Drift. The only difference is, instead of copying the default/ folder, you need to copy one of the starter template folder from below list and run the NPM sass to css conversion commands as per template. Check the below list for detail:

  • saas/

    Sass conversion commands:

    $ npm run saas
    $ npm run saas-bc

  • intranet/

    Sass conversion commands:

    $ npm run intranet
    $ npm run intranet-bc

  • listing/

    Sass conversion commands:

    $ npm run listing
    $ npm run listing-bc

  • back-office/

    Sass conversion commands:

    $ npm run back-office
    $ npm run back-office-bc

  • back-office-mini/

    Sass conversion commands:

    $ npm run back-office-mini
    $ npm run back-office-mini-bc

  • modern/

    Sass conversion commands:

    $ npm run modern
    $ npm run modern-bc

  • crm/

    Sass conversion commands:

    $ npm run crm
    $ npm run crm-bc

Happy Coding!!!