Create React App with MobX State Tree, Styled Components and GraphQL
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.
Clone the repository by running the following command in your terminal:
git clone https://github.com/alexvcasillas/react-mobx-state-tree.git
Navigate to the cloned repository by running the following command:
cd react-mobx-state-tree
Install the project dependencies by running either of the following commands:
For npm users:
npm install
For Yarn users:
yarn
Start the project by running either of the following commands:
For npm users:
npm start
For Yarn users:
yarn start
To customize the project with Styled Components, modify the relevant code in the project.
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.