You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Since create-react-kotlin-app looks kinda stable and it's the easiest way to start a React/Kotlin project from scratch. The kotlin-frontend-plugin could support a basic React/Kotlin project generated by create-react-kotlin-app, in order to speed up the integration of a MPP project and the create-react-kotlin-app script and having the same/similar project structure from that script.
This way we could do things like npm start(from create-react-kotlin-app) => ./gradlew :jsApp:run(from kotlin-frontend-plugin) and work in sync with the same/similar commands through npm and gradle and take all the advantages of create-react-kotlin-app as npm build, npm start, npm eject, etc. and all the pre-configuration of webpack.