Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 781 Bytes

circular-wave-loader

A circular waving loader using CSS.

Live Demo

Click Here

Getting Started

  1. Downloading the repository
git clone https://github.com/Anupam96786/circular-waving-loader.git
  1. Installing all dependencies
cd circular-waving-loader
npm install
  1. Starting the scss to css auto compilation
npm run compile:scss
  1. Changing variables in the _variables.scss file according to your need and save changes.

  2. Changes saved in any of the scss files will compile them to css automatically.

  3. Now you can stop the auto compilation process.

  4. Open index.html file in any of your browser.

( You can do 1 and 7 only if you don't want to change anything )