A template for sessatakuma front-end development.
- Add a
LICENSEif needed. - Modify
nameanddescriptioninpackage.jsonandnameinpackage-lock.json. - Modify
<title>in<head>ofdist/index.html. - Add images in
dist/imagesand include in the site with<img src='images/example.png'/>. - Apply theme colors in your css with preset variables in
index.css, e.g.color: var(--clr-primary);.