Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontendland/webcore-svelte
Free and open-source starter project to help you get started with Webcore in Svelte
https://github.com/frontendland/webcore-svelte
components css html javascript library sass scss starter svelte typescript ui-components ui-library webcore
Last synced: about 2 months ago
JSON representation
Free and open-source starter project to help you get started with Webcore in Svelte
- Host: GitHub
- URL: https://github.com/frontendland/webcore-svelte
- Owner: Frontendland
- License: mit
- Created: 2024-10-09T07:25:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T10:49:43.000Z (about 2 months ago)
- Last Synced: 2024-11-13T11:35:16.357Z (about 2 months ago)
- Topics: components, css, html, javascript, library, sass, scss, starter, svelte, typescript, ui-components, ui-library, webcore
- Language: Svelte
- Homepage: https://webcoreui.dev
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcore Svelte Starter Example
- For more information on how to use Webcore, visit the [documentation](https://webcoreui.dev/).
- For Svelte integration steps, visit the [Svelte docs](https://webcoreui.dev/docs/svelte).## 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
```