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 Studio downloaded on your machine.
Before you begin, make sure you have the following installed on your machine:
Node.js ( Node v20.*)
Build Assets
Before running the application we need to build theme assets:
Open your project to vs code
Start a command prompt window or terminal and change the directory to able-pro/
Install packages using one of the following commands
This command will fetch all dependencies listed in /package.json
and place them into/node_modules
folder.
Last updated