https://github.com/ik-web/get_mobx
"Get MobX" - introductory practical work
https://github.com/ik-web/get_mobx
classnames css frontend html javascript js mobx react sass scss
Last synced: about 2 months ago
JSON representation
"Get MobX" - introductory practical work
- Host: GitHub
- URL: https://github.com/ik-web/get_mobx
- Owner: ik-web
- Created: 2023-01-03T01:29:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:38:28.000Z (over 3 years ago)
- Last Synced: 2025-06-16T11:52:22.237Z (about 1 year ago)
- Topics: classnames, css, frontend, html, javascript, js, mobx, react, sass, scss
- Language: JavaScript
- Homepage: https://ik-web.github.io/get_mobx/
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get MobX
## Description:
A simple practical work to familiarize with the MobX state manager
## Documentation
**The frameworks/libraries/modules used in the project**
- React `npx create-react-app my-app`
- MobX `npm install --save mobx`
- Mobx-React for function components `mobx-react-lite`
- SCSS preprocessor `npm install sass`
- gh-pages `npm install gh-pages --save-dev`
**Project Setup**
```
npm install
```
**Compile and Hot-Reload for Development**
```
npm start
```
**Compile and Minify for Production**
```
npm run build
```
## Developers
- [Ihor Kuchin](https://github.com/ik-web)