Skip to content

Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, .Env

Notifications You must be signed in to change notification settings

tekinburak/svelte-boilerplate

This branch is 44 commits behind pankod/svelte-boilerplate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91a2fb2 · Jul 29, 2019

History

33 Commits
Jul 26, 2019
Jul 25, 2019
Jul 29, 2019
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019
Jul 25, 2019
Jul 26, 2019
Jul 25, 2019
Jul 26, 2019
Jul 26, 2019
Jul 25, 2019
Jul 26, 2019
Jul 25, 2019
Jul 26, 2019

Repository files navigation

SvelteJS application boilerplate with Webpack, scss, babel, fetchjs, postcss, jest, .env.


Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCss, Jest, .Env


This boilerplate make it easier to get started with a well-structured Svelte application.

Created by Pankod

Get started

Install the dependencies...

cd svelte-boilerplate
npm install

...then start webpack:

npm run start:dev

Navigate to localhost:3000. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.

About

Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, .Env

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • CSS 26.5%
  • HTML 10.5%