File Structure

PROJECT STRUCTURE

Portfar has React project:

Portfar/
    |——public/
    |  |——img/
    |  |——fav.ico
    |  |——index.html
    |——src/
    |  |——assets//                -- All Assets here
    |  |——components/                -- All Reuseble component here
    |  |——component/                -- All Page's here
    |  |——css/                       -- All css here
    |  |——fonts/                     -- All Flaticon font here
    |  |——images/                    -- All image here
    |  |——index.js/                  -- main index file
    |——package.json
    |——package-lock.json