Pankod

Pankod

  • Docs
  • Github

›Introduction

Introduction

  • Getting Started
  • What's included?
  • Setup
  • Structure

Features

  • Styling
  • Unit Testing
  • Enviroment Variables

Project CLI

  • Overview
  • Usage

What's included?

svelte-boilerplate project provides a lot of features out of the box. Below is an overview of the included components and tools.

  • Svelte - Component framework which compiles your code to tiny, framework-less vanilla JS.
  • Built-in Project CLI- Create component, style and test files with one command by using built-in cli.
  • Sass/Scss - CSS preprocessor, which adds special features such as variables, nested rules and mixins (sometimes referred to as syntactic sugar) into regular CSS.
  • PostCSS/autoprefixer - A plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
  • Babel - The compiler for next generation JavaScript.(babel/polyfill included)
  • Eslint - The pluggable linting utility.
  • dotenv .config - Expose environment variables to the runtime config of Next.js
  • Jest - Javascript testing framework , created by developers who created react
  • testing-library - Simplifies the use of dom-testing with Svelte components & applications.
  • webpack - A static module bundler for modern JavaScript applications.
  • fetch - A promise-based mechanism for programmatically making web requests in the browser.
← Getting StartedSetup →
Pankod
Docs
Getting StartedFeaturesSetup
Community
Twitter
More
GitHubStar
Pankod Open Source
Copyright © 2019 pankod