Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 738 Bytes

File metadata and controls

29 lines (25 loc) · 738 Bytes

DeliverEase - Product page

This repo incudes the files for the product page

Note
This repo is using prettier as code formatter. Please make sure you run npx prettier . --write before you're create a PR.

Folder Structure

The product page project contains the following structure:

.
├── assets
│   └── README.md
│   └── -some images-
├── index.html
├── node_modules
├── pages
│   └── -some html files-
├── scripts
│   └── index.js
│   └── -other scripts-
└── styles
    └── style.css
    └── -other stylesheets-