Live Demo Visit

LIVE IT UP - W/LILT

Frontend is built with React JS and SASS(SCSS). For animation used TweenMax. Designed with Figma.

hero

🚀 Installation

  1. Clone the repository and change directories

    git clone https://github.com/iftikharrasha/lilt-reactjs-tweenmax.git
    cd lilt-reactjs-tweenmax
  2. Install dependencies

    npm install
  3. Start the Project

    npm start
  4. The client site is now running at http://localhost:3000!

  5. Open the source code and start editing!

What's inside once installed? 🧐

A quick look at the top-level files hierarchy.

  .
  ├── node_modules
  ├── public 
  ├── src
        └── Components
        └── Images
        └── Styles
      ├── App.test.js
      ├── index.js
      ├── reportWebVitals.js
      ├── setupTests.js
  ├── .gitignore
  ├── package-lock.json
  ├── package.json
  ├── README.md