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