You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# uglify
npm uglify
# browserify task and uglify
npm build
# run server with `http-server`
npm run server
# browserify task
npm run browserify
# browserify task and server task
npm start