Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontendland/webcore-astro
Free and open-source starter project to help you get started with Webcore in Astro
https://github.com/frontendland/webcore-astro
astro components css html javascript library sass scss starter typescript ui-components ui-library webcore
Last synced: 18 days ago
JSON representation
Free and open-source starter project to help you get started with Webcore in Astro
- Host: GitHub
- URL: https://github.com/frontendland/webcore-astro
- Owner: Frontendland
- License: mit
- Created: 2024-10-09T06:55:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:43:59.000Z (23 days ago)
- Last Synced: 2024-12-13T10:40:35.389Z (23 days ago)
- Topics: astro, components, css, html, javascript, library, sass, scss, starter, typescript, ui-components, ui-library, webcore
- Language: Astro
- Homepage: https://webcoreui.dev
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcore Astro Starter Project
- 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).## 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
```