Messing around with some new hyped techs.
HMI system based on following :
- Screens designed in SVG / Modularization via ReactJS component model
- Node-JS as backend (current object state in memory)
- ReactJS (flux architecture) for frontend
- NPM / webpack build system
- Libs as external resources
- IntelliJ IDE as IDE
- Docker / micro service architecture possible
- testing with jest / react-addons-test-utils
- run
npm install
- run
npm install webpack -g
- run
npm install copyfiles -g
- run
npm run-script build-all
- run
npm run-script start-server