This is minimal svelte.js with express.js boilterplate
- Svelte preprocess + svelte plugin for VS Code support (svelte.config.js)
- Client app development with webpack-dev-server
- SASS support
- Example with global and local styles
- svg-inline-loader to put svg into code like
{@html importedSvg}
- Example Express API
- Nodemon
- ESLint with some config
- Passing the ENV variables from
.svelte.env
to FE
npx degit github:rewkha/svelte-express-boilerplate.git ./my-awesome-project
cd ./my-awesome-project
npm i
npm run dev
npm start