Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.25 KB

File metadata and controls

48 lines (37 loc) · 1.25 KB

Evolving Solutions

A cross-platform solution for common business problems.

Built with Expo, React Native, Next.js, Solito, and Tauri

Getting Started

Prerequisites

Evolving React Demo Video

Evolving React Demo

Installing

Clone the repository and install dependencies:

git clone https://github.com/Evolving-Software/evolving-react.git
cd evolving-react
yarn

Development

To run the app in development mode and load all of the platforms at once, run:

yarn dev

To run the app in development mode for a specific platform, run:

yarn dev:web
yarn dev:android
yarn dev:ios
yarn dev:desktop

References

  • The original Code comes from Solito
  • Desktop application courtesy of Tauri