npm.io
0.1.1 • Published 8 years ago

alertui

Licence
ISC
Version
0.1.1
Deps
1
Size
42 kB
Vulns
0
Weekly
0

This is a boilerplate for developing a component, built with webpack4 , es6 and sass.

  1. 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 -p
  2. npm run build - for production mode
  3. npm run test - testing with jest