Documentation

Rapidly build stunning Web Apps with Raven 🚀

Developer friendly, Highly customizable & Carefully crafted HTML Admin Dashboard Template.

Installation & Setup
  • First of all, make sure you have installed Node (LTS). If Node.js is already installed in your system, make sure the installed version is LTS and jump to step 2.
  • Install the Gulp CLI: Open Terminal/Command Prompt and run the following command and wait until it finishes. If you have already installed Gulp CLI, you can skip this step.
    
    npm install --global gulp-cli
    
  • Navigate to the Raven root directory and run following command to install our local dependencies listed in package.json.
    
    npm install
    
  • Now, you are ready to run npm tasks, below command will start the server and watch the code using browsersync. Open http://localhost:3000/ to check your development 🚀
    
    npx gulp