Go Crypto Web

Project Structure

Here’s an example of a typical project structure:

  • Src
  • assets
    • bundles
    • css
    • font
    • images
    • js
    • scss
  • index.html
  • node_modules
  • tailwind.config.js
  • gruntfile.js
  • package-lock.json
  • package.json
  • tailwind.config.js

Helpful Information Using Command

How to install node modules:

npm i

Compile the scss file using grunt:

grunt scss

Compile the Js file using grunt:

grunt uglify

Compile All in one command:

grunt default
We are used node modules version 20.18.0 We are used npm version 10.9.0

Helpful Information

This quick video For Functionality
Demonstrates
This quick video primary Color Change
Demonstrates
Elements
Page Sections View More
Elements View More
Data Display View More
Lists View More
Navigation View More
Overlays View More
Components View More
Form View More
wizard Form View More
Custom Form View More

Common Utilities With Custom Class

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