Overview:
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.
Features:
- Technology Stack: Combines React, React Native, React Native Web, Next.js, TypeScript, GraphQL, Relay, Prisma, Nexus JS, and Apollo Server.
- Setup Commands: Instructions for cloning the repository, setting up dependencies with Yarn, and deploying with Now.
- Development Tasks: Commands for starting web development, iOS development, Android development, deploying Prisma changes, generating Prisma client, and more.
Installation:
Clone Repository:
git clone https://github.com/este/este.git cd esteInstall Dependencies:
yarnUpdate Environment:
yarn env devDeploy Prisma Changes:
yarn prisma:deployStart Development Servers:
- For web development:
yarn dev - For iOS development:
yarn dev-ios - For Android development:
yarn dev-android
- For web development:
Generate Prisma Client:
yarn prisma:generateDelete Prisma Service:
yarn prisma:deleteBuild and Start Locally:
yarn build yarn start
Summary:
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.