packages/app-store/
“
Create app
create-app
command. The app can be installed now, but at this moment it isn’t doing anything. It is just installed and ready to do what you want it to do.Adding the functionalities
_useApp(appSlug)_
react hook to do that. It gives you the app details if the app is installed.packages/app-store
. In this folder is _baseApp
which shows the general structure of an app.
yarn app-store:watch
command running when developing an app so that autogenerated files are always up to date.