





Clean, Fast & Easy to Customise
Grab the most developer friendly Admin Dashboard,
UI Kits & Design System.






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.
For jquery missing path issue Error: File not found with singular glob: /build-tools/node_modules/jquery/dist/jquery.min.js
Run
rm -Rf node_modules && npm installgulp --layout1npm cache clean and repeat the above steps.