Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.31 KB

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

Problems

highcharts-exporting

doesn't work with react-highcharts? kirjs/react-highcharts#92

jest

Latest jest not compatible

TypeError: environment.setup is not a function

Will add tests when this works again

Monaco Editor

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

TODOs