Clone this repo and npm install.
npm i
npm start
You can view the development server at localhost:8080
npm run build
You can view the deploy by creating a server in dist
npm run serve
svelte - A framework for making user interfacessvelte-routing - Routing in Sveltewebpack - Module and asset bundler.webpack-cli - Command line interface for webpackwebpack-dev-server - Development server for webpackwebpack-merge - Simplify development/production configurationcross-env - Cross platform configuration@babel/core - Transpile ES6+ to backwards compatible JavaScript@babel/preset-env - Smart defaults for Babel@babel/plugin-transform-runtime - Babel to use async/await@babel/plugin-proposal-object-rest-spread - Babel helper@babel/plugin-transform-arrow-functions - For arrow functions@babel/plugin-transform-async-to-generator - Generator for async/await@babel/plugin-proposal-class-properties - Use properties on a classtypescript - TypeScript is a language for application-scale JavaScriptbabel-loader - Transpile files with Babel and webpacksass-loader - Load SCSS and compile to CSSsass - Node Sasspostcss-loader - Process CSS with PostCSSpostcss-preset-env - Sensible defaults for PostCSScss-loader - Resolve CSS importsstyle-loader - Inject CSS into the DOMsvelte-loader - webpack loader for Svelte Single-File Componentsts-loader - TypeScript loader for webpackclean-webpack-plugin - Remove/clean build folderscopy-webpack-plugin - Copy files to build directoryhtml-webpack-plugin - Generate HTML files from templatemini-css-extract-plugin - Extract CSS into separate filescss-minimizer-webpack-plugin - Optimize and minimize CSS assetseslint - Enforce styleguide across applicationeslint-import-resolver-webpack - Throw exceptions for import/export in webpackeslint-config-standard-with-typescript - An ESLint shareable config for TypeScript that is based on eslint-config-standard and has TypeScript specific rules from @typescript-eslint/eslint-pluginserve - Static file serving and directory listingThis project is open source and available under the MIT License.