Skip to content

Lynx JS app with a landing page and static login page.

Notifications You must be signed in to change notification settings

kessenma/lynxJS-template

Repository files navigation

skeleton LynxJS app

This is a ReactLynx ios project bootstrapped with create-rspeedy (Rust-based build system).

Getting Started



pre reqs;



First, install the dependencies:

pnpm install

Running the Emulator

Run the following command to ensure the iOS emulator boot script is executable:

  • cd into the repo and run
    chmod +x scripts/boot-ios-emulator.cjs`
  • (Why is this needed? -This command grants execute permissions to the boot-ios-emulator.cjs script, allowing it to run directly from the terminal. If you only run it via node, this step is not required.)

Now, start the development environment:

bash pnpm run run-dev-on-emulator

  • After running the above command, copy the generated URL and paste it into the Lynx Explorer app (running in your ios emulator) to see the src/App.tsx view in the emulator.

Lynx Explorer app Lynx Explorer app App-tsx-running.png

You can start editing the page by modifying src/App.tsx. The page auto-updates as you edit the file.

About

Lynx JS app with a landing page and static login page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published