Este screenshot

Este

Author Avatar Theme by Este
Updated: 3 Sep 2019
5346 Stars

This repo is suspended.

Categories

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:

  1. Clone Repository:

    git clone https://github.com/este/este.git
    cd este
    
  2. Install Dependencies:

    yarn
    
  3. Update Environment:

    yarn env dev
    
  4. Deploy Prisma Changes:

    yarn prisma:deploy
    
  5. Start Development Servers:

    • For web development:
      yarn dev
      
    • For iOS development:
      yarn dev-ios
      
    • For Android development:
      yarn dev-android
      
  6. Generate Prisma Client:

    yarn prisma:generate
    
  7. Delete Prisma Service:

    yarn prisma:delete
    
  8. Build 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.