# Installation

# Compatibility

  • HTML 5
  • Tailwind 3
  • Gulp

Demo: Accomu Demo (opens new window).

# Manual installation

npm install

Or:

yarn

Now to run development server of Accomu run below command:

# Gulp Quick Start

  1. Download Accomu latest source files from Themeforst

  2. Download and install Node.js from nodejs.org (opens new window) & Git from git-scm.com (opens new window)

  3. Open your command prompt or terminal at downloaded_folder

  4. Install the latest version of npm npm install --global npm@latest

  5. Install gulp to automate your SCSS and js code compilation. npm install --global gulp

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

  7. Install yarn globally. npm install --global yarn

  8. Install dependencies. yarn

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

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

Last Updated: 9/28/2022, 11:37:10 AM