sveltekit-contacts Svelte Themes

Sveltekit Contacts

A SvelteKit-based repository showcasing a dynamic contact list for seamless web interactions.




SvelteKit Contacts

Welcome to SvelteKit Contacts! This project is a simple contacts list application built with SvelteKit.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/pachecowillians/sveltekit-contacts.git
    
  2. Navigate to the project directory:

    cd sveltekit-contacts
    
  3. Install dependencies:

    npm install
    

Running the Application

To run the application locally, use the following command:

npm run dev

This will start the development server, and you can access the application at http://localhost:5000.

Linting and Formatting

To ensure code quality, we use ESLint and Prettier. Run the following commands to lint and format the code:

# Run ESLint
npm run lint

# Run Prettier
npm run format

Building for Production

To build the application for production, use the following command:

npm run build

The production-ready files will be generated in the build directory.

Top categories

Loading Svelte Themes