Live Demo
Visit
Frontend is built with React JS and SASS(SCSS). For animation used TweenMax. Designed with Figma.
-
Clone the repository and change directories
git clone https://github.com/iftikharrasha/lilt-reactjs-tweenmax.git cd lilt-reactjs-tweenmax
-
Install dependencies
npm install
-
Start the Project
npm start
-
The client site is now running at
http://localhost:3000
! -
Open the source code and start editing!
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