Installation steps
Access the codebase
-
If you have purchased the product on or after Dec 26, 2024, please download the product from TheAppMarket dashboard after you login.
-
If you have purchased the product before Dec 26, 2024, please get the code from the following repositories:
- AppLaunchKit Lite — https://github.com/AppLaunchKit/AppLaunchKit-lite
- AppLaunchKit Pro — https://github.com/AppLaunchKit/AppLaunchKit-pro
After you download or clone the repository, navigate to the project directory and follow the following steps.
Install dependencies
-
Navigate to
<your-app-name>
directory. -
Navigate to
backend/express-js
-
You can use these package managers to install the dependencies.
npm
yarn
pnpm
bun
-
-
Navigate back to
<your-app-name>
directory, then navigate tofrontend/
-
You can use these package managers to install the dependencies.
npm
bun
-
yarn and pnpm (coming soon…)
-