Todo list implementation in Kotlin/JS with React and Redux.
For backend visit @LarOrr's github
- Clone this repo through IDEA's interface
- In IDEA project Gradle panel choose browser run in kotlin browser folder for debug purposes
- To use in production, choose BrowserProductionWebpack. The application will be compiled into
build/distributionsfolder.
- Clone this repo
- Go to the project folder
- Run
./gradlew browserRunfor debug - Run
./gradlew browserProductionRunto build the app for production
The application is distributed under BSD-3-Clause license. For terms check out the license.md file