https://github.com/frontendland/webcore-react
Free and open-source starter project to help you get started with Webcore in React
https://github.com/frontendland/webcore-react
components css html javascript library react sass scss starter typescript ui-components ui-library webcore
Last synced: 4 months ago
JSON representation
Free and open-source starter project to help you get started with Webcore in React
- Host: GitHub
- URL: https://github.com/frontendland/webcore-react
- Owner: Frontendland
- License: mit
- Created: 2024-10-09T07:37:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T08:19:24.000Z (9 months ago)
- Last Synced: 2025-11-04T10:13:41.223Z (9 months ago)
- Topics: components, css, html, javascript, library, react, sass, scss, starter, typescript, ui-components, ui-library, webcore
- Language: TypeScript
- Homepage: https://webcoreui.dev
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcore React Starter Project
- For more information on how to use Webcore, visit the [documentation](https://webcoreui.dev/).
- For React integration steps, visit the [React docs](https://webcoreui.dev/docs/react).
## 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
```