trick/trick_source/web/mockup/src
Scott Fennell 227c733ccc
Update react-based Trick Dashboard (#900)
Fast-forwarding my app to the latest version to make it available and minimize integration problems later on. The app still requires several features to be implemented such as a Search feature for TV.

Currently, the process for using the app is as follows:

Install Node.js. https://nodejs.org/en/ or alternatively find a repository such as NodeSource
```cd trick/trick_source/web/mockup```
```npm i```
```npm run build```
Copy the contents of the build directory to your www directory for your sim
2019-11-08 10:56:56 -06:00
..
App.css #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
App.js #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
App.test.js #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
AppStyles.js Update react-based Trick Dashboard (#900) 2019-11-08 10:56:56 -06:00
Client.js Update react-based Trick Dashboard (#900) 2019-11-08 10:56:56 -06:00
index.css #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
index.js #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
serviceWorker.js #851 complete a basic mockup with some features of the React-based sim-control UI 2019-08-27 13:10:18 -05:00
withRoot.js Update react-based Trick Dashboard (#900) 2019-11-08 10:56:56 -06:00