easoncxz / twitanalysis

Dig your Twitter data
https://easoncxz.github.io/twitanalysis
Other
1 stars 0 forks source link

Set up an actual frontend toolchain #3

Closed easoncxz closed 4 years ago

easoncxz commented 4 years ago

From #2, it is apparent that I am incapable of doing the most basic of things without a type-checker. As such, this ticket is about getting some kind of build toolchain up and running.

Tasks:

Motivation:

easoncxz commented 4 years ago

I tried out Hegel; it is simply too early-stage, and there are lots and lots of low-hanging bugs. It's not sensible to try to get Hegel working for writing this app; we'll have to use TypeScript for now.

See issues 307 and 308 in https://github.com/JSMonk/hegel/issues .