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
Created by Pankod
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.