Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 560 Bytes

Webcore Svelte Starter Example

  • For more information on how to use Webcore, visit the documentation.
  • For Svelte integration steps, visit the Svelte 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