This repo is suspended.
This project, Estereact, is an outdated and no longer maintained project that used a combination of technologies such as React, React Native, React Native Web, Next.js, TypeScript, GraphQL, Relay, Prisma, Nexus JS, Apollo Server, and more. The project’s GitHub repository has instructions on the setup process and various tasks involved in the development process.
Clone Repository:
git clone https://github.com/este/este.git
cd este
Install Dependencies:
yarn
Update Environment:
yarn env dev
Deploy Prisma Changes:
yarn prisma:deploy
Start Development Servers:
yarn dev
yarn dev-ios
yarn dev-android
Generate Prisma Client:
yarn prisma:generate
Delete Prisma Service:
yarn prisma:delete
Build and Start Locally:
yarn build
yarn start
Estereact is a project that integrated various technologies to create a development environment for web, iOS, and Android applications. The setup involves cloning the repository, installing dependencies with Yarn, updating environment settings, deploying Prisma changes, and starting development servers. Though the project is outdated and not actively maintained, it serves as a reference for developers familiar with the technologies used in the stack.