TeamCodeArena / Deliverease-ProductPage

MIT License
1 stars 0 forks source link

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-