Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```