9kubczas4 / vanilla-js-boilerplate

Boilerplate project: typescript + scss + html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanilla-js-boilerplate

Boilerplate project: typescript + scss + html + webpack + mocha + chai + eslint. It's really basic project which allows quickly start working on simple web pages without any framework.

Setup

  1. Clone repo
  2. Run npm install
  3. Run npm run prepare && npm run create-hook. Those scripts are responsible for configure husky for git hook:pre-push. Basically before push code to origin we would like to run unit tests and lint.
  4. Run npm run build
  5. Run npm start

Tests

  1. Run npm test

About

Boilerplate project: typescript + scss + html.


Languages

Language:SCSS 34.7%Language:JavaScript 29.5%Language:TypeScript 28.5%Language:HTML 7.4%