Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 235 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 235 Bytes

react-hue

React Hue api tutorial

To get up an running:

  • install node and npm --> mvn clean install
  • cd backend
  • ./embedded npm install

run backend:

  • cd backend
  • ./embedded npm run server

run frontend:

  • ./embedded gulp watch