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.

Prerequisites

Visual Studio

Make sure to have Visual Studioarrow-up-right downloaded on your machine.

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

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 

Last updated