Welcome to the Quickstart Guide for StarterAppKit! Follow these steps to get your project up and running quickly.
/app
.Ensure you have the following software installed on your system:
open StarterAppKit.xcodeproj
or open the file manually in Finder.Signing & Capabilities
in Xcode.com.yourcompany.app
).OneSignalNotificationServiceExtension
(e.g., com.yourcompany.app.OneSignalNotificationServiceExtension
)Constants.swift
file to the project:cd backend
.npm install
to install all required packages..env.example
file and rename it .env
:
cp .env.example .env
..env
file with your database and API credentials..env
file is completely filled out, run the npm run activate
command to activate your license and setup your database.npm start
to launch the backend.http://localhost:3000
.Constants.swift
file in the iOS project.static let baseurl = "http://localhost:3000"
.Now that your app is running, you can: