Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 616 Bytes

Webpack config

Quick Start

yarn install
yarn start

Production build

Run yarn build

ESLint & Prettier

ESLint and Prettier will run on every change in development mode.

Fix errors manually

yarn eslint
yarn prettier

Fix errors on save (VScode)

  1. Install eslint-extension
  2. Enable "Eslint: Auto Fix On Save" from preferences
  3. Install prettier-extension
  4. Enable "Editor: Format On Save" from preferences