Skip to content

9kubczas4/vanilla-js-boilerplate

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published