https://github.com/morzhanov/react-mobx-boilerplate
React Mobx Boilerplate allows you to start new web project from scratch using React, Mobx and MST.
https://github.com/morzhanov/react-mobx-boilerplate
babel babel7 boilerplate css eslint javascript mobx mobx-state-tree mst postcss prettier react react-router-v4 reactjs styled-components webpack yarn
Last synced: about 1 year ago
JSON representation
React Mobx Boilerplate allows you to start new web project from scratch using React, Mobx and MST.
- Host: GitHub
- URL: https://github.com/morzhanov/react-mobx-boilerplate
- Owner: morzhanov
- License: mit
- Created: 2018-03-24T18:48:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T15:44:56.000Z (over 7 years ago)
- Last Synced: 2025-03-27T15:22:06.499Z (about 1 year ago)
- Topics: babel, babel7, boilerplate, css, eslint, javascript, mobx, mobx-state-tree, mst, postcss, prettier, react, react-router-v4, reactjs, styled-components, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 513 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Mobx Boilerplate

React Mobx Boilerplate allows you to start new web project from scratch using Mobx-State-Tree, Mobx, React and Styled components.
Also this boilerplate contains babel configuration to use decorators from ES7 and HMR for React.
## Installation
Use these steps to install project
```
1. yarn install
2. yarn start
```
Build project:
```
yarn build
```
## Usage
- Uses webpack to build project.
- Uses Babel to compile ES6 and ES7 code.
- You can use SASS\SCSS within this boilerplate.
- Check your code with ESLint and Prettier.
- Supports styled components.
- Supports hot-module-reload.
## Main Technologies and libraries
- React
- React Router
- Mobx-State-Tree
- Mobx
- Styled components
- Webpack 4
- ESLint
- Prettier
- Babel
- SCSS
- PostCSS
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.