This App is for creating a Preact webpack starter template for later quick and trial usage. Always welcome to offer your feedback ~~
// install npm packages before start to run the app
npm i
// run the app
npm run dev
// run build for getting production ready code
npm run build
// run unit tests for the app
npm run test
// run unit tests with coverage
npm run test:coverage