All in 1 Pack

Arctic Admin Dasboard Template

Clean, Fast & Easy to Customise

Grab the most developer friendly Admin Dashboard,
UI Kits & Design System.

View Demos
menu

Gulp Quick Start

1. Download Arctic latest source files form Themeforst

2. Download and install Node.js from nodejs.org
& Git from git-scm.com

3. Open your command prompt or terminal at downloaded_folder/html/build-tools

4. Install the latest version of npm

5. Install gulp to automate your SCSS and js code compilation.

6. Verify the gulp is installed and it's version.

7. Install yarn globally.

8. Install dependencies.

9. Complile all the assests(SCSS, JS, Images, fonts, icons etc).

--layout1 determines the layout and --prod compress and minifies assets.
Assets will be compiled & saved to egret/layout[x]/dist/assets

10. Start localhost(Dev Server) and watch file change.

Troubleshooting

For jquery missing path issue Error: File not found with singular glob: /build-tools/node_modules/jquery/dist/jquery.min.js

Run

For common npm issues

  • 1. Re-install dependencies: rm -Rf node_modules && npm install
  • 2. Run gulp --layout1
  • If this did not work, try running npm cache clean and repeat the above steps.