React Mobx State Tree screenshot

React Mobx State Tree

Author Avatar Theme by Alexvcasillas
Updated: 26 Aug 2020
131 Stars

Create React App with MobX State Tree, Styled Components and GraphQL

Categories

Overview:

The React + MobX State Tree & GraphQL project is a personal project created to test the latest features of MobX State Tree and GraphQL. The project is based on the latest stable release of Create React App and is intended for learning purposes. It is an open-source project, allowing users to freely use and modify it to fit their needs.

Features:

  • Built with React, MobX State Tree, and GraphQL
  • Customizable using Styled Components
  • Allows users to generate a Github’s Personal Access Token (PAT) for their Github profile to fill the project

Installation:

  1. Clone the repository by running the following command in your terminal:

    git clone https://github.com/alexvcasillas/react-mobx-state-tree.git
    
  2. Navigate to the cloned repository by running the following command:

    cd react-mobx-state-tree
    
  3. Install the project dependencies by running either of the following commands:

    • For npm users:

      npm install
      
    • For Yarn users:

      yarn
      
  4. Start the project by running either of the following commands:

    • For npm users:

      npm start
      
    • For Yarn users:

      yarn start
      
  5. To customize the project with Styled Components, modify the relevant code in the project.

Summary:

The React + MobX State Tree & GraphQL project is a personal project aimed at testing the latest features of MobX State Tree and GraphQL. It is built with React and allows for customization using Styled Components. To install and run the project, users need to clone the repository, install dependencies, and start the project. Users can also generate a Github’s Personal Access Token (PAT) to fill their Github profile in the project. The project is open-source and encourages contributions from users.