mkraynov / todomvc-react-kotlin

TodoMVC implementation in React and Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This project is implementing TodoMVC in React and Kotlin. This project was bootstrapped with Create React Kotlin App.

Below you will find some useful information on how to work with this application.
We're still working on this guide and you can find its most recent version here.

Available Scripts

Once the installation (after npm install) is done, you can run some commands inside the project folder:

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload automatically when you make edits.
You will see build errors and lint warnings in the console.

npm run build or yarn build

Builds the app for production to the build folder.
It ensures that React is bundled in production mode and the build is optimized for best performance.

The build is minified and the filenames include hashes for cache management. Your app is ready to be deployed.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Running npm run eject copies all configuration files and transitive dependencies (webpack, Kotlin Compiler, etc) right into your project so you have full control over them. Commands like npm start and npm run build will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.

Debugging the App

You can debug the running app right in IntelliJ IDEA Ultimate using its built-in JavaScript debugger. The IDE will run a new instance of Chrome and attach a debugger to it.

Start your app by running npm start. Put the breakpoints in your Kolin code. Then select Debug in Chrome from the list of run/debug configurations on the top-right and click the green debug icon or press ^D on macOS or F9 on Windows and Linux to start debugging.

Currently, debugging is supported only in IntelliJ IDEA Ultimate 2017.3.

You can also debug your application using the developer tools in your browser.

Known issues and bugs

If you have TypeError: Kotlin.defineModule is not a function after running application via npm run delete node_modules/.cache. CRKA-59.

About

TodoMVC implementation in React and Kotlin


Languages

Language:Kotlin 90.3%Language:HTML 9.7%