module-kit
A starter kit for building modules
Usage
- clone the repository
- run
yarn
ornpm install
- change the name of your module in the package.json file ( remember also to change the 'main' property as well)
- run
npm run dev
- code
🎉
Unit testing
It's already possible to use unit testing using Karma and Chai by running npm run test
delete the content of the README file and put yours!