Skip to content

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

License

Notifications You must be signed in to change notification settings

Frontendland/webcore-react

Repository files navigation

Webcore React Starter Project

  • For more information on how to use Webcore, visit the documentation.
  • For React integration steps, visit the React docs.

Getting Started

Make sure that you have Node.js 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