ReactKT aims to ease front end developpement using :
- Kotlin language from JetBrains
- ReactJS view building library
- Material Design Lite as UI Component library
Mainly because I don't know Kotlin, nor React, nor Material Design. So, it's fun :)
I DO NOT RECOMMAND TO USE THIS PROJECT IN PRODUCTION (yet...)
I publish this as an initial & prototyping work. I'm currently unsatisfied by a lot of thing (API design, level of type safety)
Feedback and contribution are welcomes.
There is another Todo app in sampleprojects/demo-core
.
Clone the repository. Launch gradlew webdist
, then open sampleprojects/demo-core/build/webdist/index.html
in your favorite browser.