Skip to content

jalmx/dashboard-iot

Repository files navigation

Dashboard Iot Manager

Install

npm install # install dependencies

then

npx gulp build

Develop

npm install  # install dependencies

then

npx gulp 

This gonna build all project and launch Browser

Screenshot

Solutions

if launch a Error in Linux like System limit for number of file watchers reached, watch 'src'

solution for linux:

sudo sysctl -w fs.inotify.max_user_watches=100000

in the file /etc/sys.conf put:

fs.inotify.max_user_watches = 100000

or create /etc/sysctl.d/10-user-watches.conf with

fs.inotify.max_user_watches = 100000