Able Pro
sveltekit
sveltekit
  • Introduction
  • Getting Started
  • Folder Structure
  • 📄Page Structure
  • Customizer
    • Light & Dark Layout
    • Theme Contrast
    • Preset Colors
    • Sidebar Caption
    • Rtl Layout
    • Box Container
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  • Prerequisites
  • Build Assets

Getting Started

Welcome to the sveltekit, your go-to foundation for building powerful web applications with sveltekit, HTML5, and Bootstrap 5.*. This guide will walk you through the steps to set up and start us.

PreviousIntroductionNextFolder Structure

Last updated 8 months ago

Prerequisites

Visual Studio

Make sure to have downloaded on your machine.

Before you begin, make sure you have the following installed on your machine:

  • ( Node v20.*)

Build Assets

Before running the application we need to build theme assets:

  1. Open your project to vs code

  2. Start a command prompt window or terminal and change the directory to able-pro/

  3. Install packages using one of the following commands

yarn install
OR
npm install

This command will fetch all dependencies listed in /package.json and place them into/node_modules folder.

npm run dev 
Visual Studio
Node.js