Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
Free and open-source product page template for Astro built using Webcore
- Host: GitHub
- URL: https://github.com/Frontendland/webcore-astro-product-page
- Owner: Frontendland
- License: mit
- Created: 2025-01-07T12:48:44.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:14:35.000Z (12 days ago)
- Last Synced: 2025-01-07T14:26:20.473Z (12 days ago)
- Topics: astro, components, css, html, javascript, react, sass, scss, starter, svelte, template, typescript, webcore
- Language: Astro
- Homepage: https://webcoreui.dev
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Frontendland/webcore-astro-product-page - Free and open-source product page template for Astro built using Webcore (Astro)
README
# Astro Product Page Template with Webcore
- 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
```