Skip to content

async-devil/scio-mat-percentile-calculator

Repository files navigation

Website template

This website template is build for projects based on webpack, typescript and scss.

Features

  • 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.

Commands

Installation

yarn install

Start development server

yarn start:dev

Default port is: 8080. You can change that in the webpack.config.cjs file.

Production build

yarn build