Renewed frontend for #brobots eco. Includes new UI and improved UX.
#brobots eco is a net of sensors that collect data about air quality in Brovary.
npm -g install parcel-bundler
or
yarn global install parcel-bundler
npm i
or yarn
npm start
or
yarn start
npm run build
or
yarn build
You have to be whitelisted on the server and have credentials for it.
npm run deploy
or
yarn deploy
I use WSL as my working system and I spent lots of time debugging this small thing: hot reload isn't working if your project is on Windows partition. Move the project to WSL part. It also works much faster there.