This is a starter project is based on sveltekit. This project comes with the following setups:
- TypeScript
- Eslint
- Prettier
- Skeleton UI
- Tailwind CSS
- Airbnb Javascript Style Guide
- Husky
- Clone the repo
git clone git@github.com:anampartho/sveltekit-starter-project.git
- Go into the folder
cd sveltekit-starter-project
- Install packages
npm install
- Start the dev server
npm run dev
This starter project was created using the listd repo from CodingGarden.