alertui
v0.1.1
Published
basic alert with es6
Readme
This is a boilerplate for developing a component, built with webpack4 , es6 and sass.
npm run dev - for devlopment mode some ubuntu machines have a problem with watching file changes, run below command to fix the issue.
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -pnpm run build - for production mode
npm run test - testing with jest
