svelte-kit-app-template

Svelte Kit App Template

Template for SvelteKit app with typescript, eslint, stylelint, prettier, husky, lint-staged, TailwindCSS, SASS and axios

Project template for SvelteKit app.

This template includes:

Requirements:

  • node version 14.18 +

Installation:

$ npx degit https://github.com/m31odyWeb/svelte-kit-app-template <new-project-directory>
$ cd <new-project-directory>
$ npm install

Available scripts:

npm run dev - to start project in develompent mode;

npm run build - to build project;

npm run preview - to preview a builded project;

fix:code - to fix JS and TS problems;

fix:styles - to fix CSS and SCSS problems;

format - to fix CSS and SCSS problems and format code with prettier;

Configaration files:

tsconfig.json - for configuring typescript;

vite.config.js - for configuring vite;

svelte.config.js - for configuring svelte;

tailwind.config.cjs - for configuring TailwindCSS;

postcss.config.cjs - for configuring PostCSS;

.eslintrc.cjs, .eslintrc.stage.cjs - for configuring ESLint for development and stage;

.stylelintrc.json - for configuring StyleLint for development and stage;

.prettierrc - for configuring prettier for development and stage;

.editorconfig - for configuring Editor config;

Top categories

Loading Svelte Themes