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

 
 

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%