This website template is build for projects based on webpack, typescript and scss.
- Configured webpack
- Auto-deploy on every push to github pages (if not needed, delete
.github/workflows/pages.ymlfile) - Configured eslint and prettier
Do not forget to enable github pages in the settings of your repository.
yarn installyarn start:devDefault port is: 8080. You can change that in the webpack.config.cjs file.
yarn build