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.yml
file) - Configured eslint and prettier
Do not forget to enable github pages in the settings of your repository.
yarn install
yarn start:dev
Default port is: 8080
. You can change that in the webpack.config.cjs
file.
yarn build