Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Free and open-source starter project to help you get started with Webcore in React

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