https://github.com/codebelt/react-mobx-architecture
Coming Soon
https://github.com/codebelt/react-mobx-architecture
Last synced: 4 months ago
JSON representation
Coming Soon
- Host: GitHub
- URL: https://github.com/codebelt/react-mobx-architecture
- Owner: codeBelt
- Created: 2019-12-12T01:10:46.000Z (over 5 years ago)
- Default Branch: functional-react-hooks
- Last Pushed: 2023-01-05T02:50:14.000Z (over 2 years ago)
- Last Synced: 2025-03-14T22:03:00.239Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.69 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-mobx-architecture
View the running [website](https://codebelt.github.io/react-mobx-architecture/)
Check out the source code in different formats:
- TODO
Read the article explaining this code: TODO

## Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Install Packages
#### `yarn` or `npm install`
## Available Scripts
In the project directory, you can run:
#### `yarn start` or `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.#### `yarn generate` or `npm generate`
Scaffolding tool, see [generate-template-files](https://github.com/codeBelt/generate-template-files#readme). Check the `tools/templates` directory for existing templates.
#### `yarn build` or `npm build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.