Getting Started

Setup Skote - Svelte

Skote – Svelte is a fully featured premium admin dashboard template built with Bootstrap 5 and Svelte 4.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 18.18.*.

Installation:

To setup the admin theme, follow below-mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running on your computer

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (skote_*/Svelte/ ) of the project to run the project locally or build for production use:

Install the Svelte local project dependency by executing following commands:
This command will clear your old cached node_modules.

npm clear cache --force    

This command will install the dependencies in the local node_modules folder. By default, npm install --legacy-peer-deps will install all modules listed as dependencies in package.json.

npm install --legacy-peer-deps  

This command launches the server, watches your files, and rebuilds the app as you make changes to those files. This command will take some time to finsh. Please wait for it to complete. Your projet will run on http://localhost:5173/.

npm run dev  

For more information to install the Svelte application, visit this official svelte documentation website .

© Skote.