#magic-mirror
This is a rather large magic-mirror project, a la this site.
It consists of several sub repos, which will interconnect when I write their interconnections.
- pi
- web
- phone
The Pi directory contains an electron app, Magic Mirror 2, to be hosted on the magic mirror.
The Web component contains:
- a react/redux client app, a personal extension of create-react-app. of dubious stability.
- a golang server with graphql layer
- mysqldb
The Phone component is a react-native app, which has not been remotely built yet.
npm i
npm run start
godep get
go run main.go
npm i
npm <WHATEVER PACKAGE.JSON SAYS>
...Just read the react-native docs.