Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 725 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 725 Bytes

Sveltekit Starter Project

This is a starter project is based on sveltekit. This project comes with the following setups:

  1. TypeScript
  2. Eslint
  3. Prettier
  4. Skeleton UI
  5. Tailwind CSS
  6. Airbnb Javascript Style Guide
  7. Husky

How to use

  1. Clone the repo
    git clone git@github.com:anampartho/sveltekit-starter-project.git
  2. Go into the folder
    cd sveltekit-starter-project
  3. Install packages
    npm install
  4. Start the dev server
    npm run dev

Credit

This starter project was created using the listd repo from CodingGarden.