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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 bycreate-react-kotlin-app
, in order to speed up the integration of a MPP project and thecreate-react-kotlin-app
script and having the same/similar project structure from that script.This way we could do things like
npm start
(fromcreate-react-kotlin-app
) =>./gradlew :jsApp:run
(fromkotlin-frontend-plugin
) and work in sync with the same/similar commands through npm and gradle and take all the advantages ofcreate-react-kotlin-app
asnpm build
,npm start
,npm eject
, etc. and all the pre-configuration of webpack.The text was updated successfully, but these errors were encountered: