This project is the output of my first react dabbling.
Bootstrapped with TypeScript React Starter.
Add .env.local to root to override environment REACT_APP_* variables The only custom usage is currently in data source's url, e.g. {process.env.REACT_APP_DEFAULT_DATA_API}/azure/cache
doesn't work with react-highcharts? kirjs/react-highcharts#92
Latest jest not compatible
TypeError: environment.setup is not a function
Will add tests when this works again
Cross-domain web workers not allowed on localhost, needs proxy Would be nice to not require internet while developing, look into that. Maybe chrome extension Allow-Control-Allow-Origin: * or chrome --disable-web-security