/reactjs-mobx

Primary LanguageJavaScript

Mobx

Installation

npm install

Development

npm start

This will start local development server

npm run analyze

This will create reports/webpack-stats.json file for analyse webpack service

Git config

  • git config --global user.name "User Name"
  • git config --global user.email "user_email"
  • git config --global color.ui true
  • git config --global pull.rebase true
  • git config core.ignorecase false

Git hook

Automatically install pre-commit and commit-msg.

  • pre-commit execute eslint
  • commit-msg validate message according to:
// pattern
/feature-\d{1,4}\:.+/

// example
feature-36: your own commit message

Style Guide

React Developer Tools

React Developer Tools is a system that allows you to inspect a React Renderer, including the Component hierarchy, props, state, and more.

Technologies & Tools

  • Webpack
  • Mobx
  • ReactJS
  • babel
  • es2017

Authors

License

MIT - do anything with the code, but don't blame me if it does not work.