An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Get MobX


html
css
sass
javascript
react
mobx



>> DEMO LINK <<

## 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)