Feeder system for your animals based on Node.js and framework Johnny-Five for control Arduino board and ReactJS for interface.
Download all dependencies from npm repository:
npm install
Build all needed packages locally:
npm run build
Start Johnny Feeder app:
npm run start
Go to web browser:
http://localhost:3000
Run unit test for project:
npm run unit