An open API service indexing awesome lists of open source software.

https://github.com/Frontendland/webcore-astro-product-page

Free and open-source product page template for Astro built using Webcore
https://github.com/Frontendland/webcore-astro-product-page

astro components css html javascript react sass scss starter svelte template typescript webcore

Last synced: 8 months ago
JSON representation

Free and open-source product page template for Astro built using Webcore

Awesome Lists containing this project

README

          

# Astro Product Page Template with Webcore

> [!NOTE]
> This repository is no longer maintained. Please see our templates folder in the main repository of Webcore for the latest changes made to this template.

Before getting started, make sure you have a package manager installed, such as Node.

- For more information on how to use Webcore, visit the [documentation](https://webcoreui.dev/).
- For Astro integration steps, visit the [Astro docs](https://webcoreui.dev/docs/astro).
- To learn more about the template visit our [template library](https://webcoreui.dev/templates/product-page)

## Getting Started

Make sure that you have [Node.js](https://nodejs.org/en) installed. Run the following command to install all dependencies:

```
npm i
```

After installing dependencies, run the following command to start your dev server:

```
npm run dev
```

To build the project, run the following command:

```
npm run build
```