Skip to content

asoluka/astro-commerce

Repository files navigation

Astro-commerce

An ecommerce template for small bussiness. Although this template showcases a store for audio devices, it could be used showcase any type of product.

View live site here

🚀 Project Structure

The project follows the atomic design structure Learn more

Inside of this project, you'll see the following folders and files. They make up the main parts of the project.


├── public/
│   ├── assets/
│   │   └── All images used.
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── atoms
│   │   ├── molecules
│   │   ├── organisms
│   ├── design-system/
│   ├── layouts/
│   ├── pages/
│   └── utils/
└── package.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

About

An astro template

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors