we are going to have web UI based on TS + React.
Let's init React frontend based on docs: https://www.typescriptlang.org/docs/handbook/react-&-webpack.html
and make initial folders structure.
key points to follow:
- make the initial structure as simple as possible
- avoid additional libraries where it's possible
- use different small PR's to make code review easier
- share POC with team
we are going to have web UI based on TS + React.
Let's init React frontend based on docs: https://www.typescriptlang.org/docs/handbook/react-&-webpack.html
and make initial folders structure.
key points to follow: