dyabp / dyad

Admin template base on bootstrap 4 and BootstrapAdmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp Quick Start

  1. git clone https://github.com/dyabp/dyad.git.

  2. Download and install Node.js from nodejs.org/en/download/. The suggested version to install is 12.18.x LTS.

  3. Start command prompt window or terminal and change directory to root folder of dyad.

    cd dyad
  4. Install the latest npm.

    npm install --global npm@latest

    Use npm cache clean --force command, if installation had failed at any step. Retry from start after it done.

  5. Gulp is a toolkit that helps you automate your time-consuming tasks in development workflow. To install gulp globally.

    npm install --global gulp-cli

    If you have previously installed a version of gulp globally, remove it to make sure old version doesn't collide with new gulp-cli.

    npm rm --global gulp

    Verify that gulp in successfully installed, and version of installed gulp will appear.

    gulp --version
  6. Install yarn dependencies.

    npm install
  7. This below command will compile all the assets(sass, js) to dist folder, and start localhost server.

    npm start

About

Admin template base on bootstrap 4 and BootstrapAdmin

License:MIT License


Languages

Language:HTML 86.5%Language:JavaScript 6.9%Language:SCSS 6.6%