Setup Kadso

We use Gulp to fully automate our build process, making development more efficient. If you're not familiar with Gulp, it's a straightforward tool that automates tedious and time-consuming tasks in the development workflow. By utilizing Gulp, you can focus on coding rather than managing build tasks. For more information, you can read about here.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Nodejs

    Ensure Node.js is installed and running on your computer. If Node.js is already installed and the version is 18 or higher, you can skip this step. We recommend using the ong Term Support (LTS) version of Node.js for optimal stability and compatibility.

  • Yarn

    Ensure Yarn is installed and running on your computer. If Yarn is already installed in your computer, you can skip this step. We recommend you use Yarn instead of NPM.

  • Gulp

    Ensure Gulp is installed and running on your computer. If Gulp is already installed in your compute, you run command npm install -g gulp from your terminal.

  • Git

    Ensure Git is installed globally and running on your computer. If Git is already installed in your computer, you can skip this step.

Once you have completed the previous steps, navigate to the root directory of the project ( Kadso_v1.0.0*/Kadso-Admin/ ) From there, open your terminal or command prompt and execute the following commands to either run the project locally or build it for production:

Command Description
yarn install This will install all necessary dependencies into the node_modules directory.
gulp This command runs the project locally, starting the development server and monitoring for any changes in your code, including HTML, JavaScript, Sass, and more. The development server can be accessed at http://localhost:3000.
gulp build Generates a /dist directory with all the production files.
SCSS: We highly recommend against modifying any SCSS files within the assets/scss/custom directories, as future updates could override your changes. Instead, we strongly advise using a custom.scss file for your modifications to ensure your custom styles remain intact during updates.

© Kadso Design & Develop by Zoyothemes.