agungvr / kitabisa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

campaign

Application Structure

• Core Dependencies

• Main Directory Structure

  ├── configs/    _________________________ # Webpack config
      ├── addons/   _______________________ # Webpack addons
  ├── dist/   _____________________________ # Build output
  ├── node_modules/
  ├── public/
  ├── src/
      ├── assets/   _______________________ # Assets collection
          ├── images/
          ├── styles/
      ├── context/    _____________________ # Context for state management
      ├── hooks/    _______________________ # Custom hooks
      ├── pages/
          ├── home/   _____________________ # Home page view
              ├── campaign/   _____________ # Campaign Card Component
    ├── utils/    _________________________ # Utilities

Installation

1- Clone the repo git clone https://github.com/agungvr/kitabisa.git

2- cd kitabisa/

3- npm install to install npm packages

4- start dev server using npm start.

5- open https://localhost:2021

About


Languages

Language:JavaScript 84.2%Language:HTML 15.8%