dark mode
Document
Getting Started

This guide will help you get started with Cryptoon ! All the important stuff – compiling the source, file structure, build tools, file includes – is documented here, but should you have any questions, always feel free to reach out to pixelwibes@gmail.com .

If you really like our work, design, performance, and support then please don't forget to rate us on Themeforest,
it really motivates us to provide something better.

Please Note:

- All images are just used for Preview Purpose Only. They are not part of the template and NOT included in the final purchase files.

Installation Setup

To get started, you need to do the following:

  1. Installing Node Module: Run npm i command from your terminal to install node module.
  2. Installing Grunt: Run npm install grunt --save-dev command from your terminal to install grunt within your project.
  3. Grunt Sass: Run grunt sass command from your project directory. It will compile SASS to CSS for the project.
  4. Grunt uglify: Run grunt uglify command from your project directory. It will compile Js for the project.

Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file.

Common Utilities With Custom Class
Background Color
Class Results
.bg-blue-500
.bg-gray-500
.bg-green-500
.bg-teal-500
.bg-yellow-500
.bg-red-500
.bg-gray-800
.bg-white
.bg-yellow-100
.bg-blue-100
.bg-pink-200
.bg-green-100
.bg-orange-100