Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 464 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 464 Bytes

Purpose ~ 🤡🤡

This App is for creating a Preact webpack starter template for later quick and trial usage. Always welcome to offer your feedback ~~

How to run the Preact webpack starter? 🚀🚀

// 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