All Projects → alonronin → react-mobx-webpack-seed

alonronin / react-mobx-webpack-seed

Licence: other
a boiler plate for React, MobX and Webpack application with tests and coverage.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-mobx-webpack-seed

FlutterSupportChat
App flutter demonstrando o uso das seguintes tecnologias: Firebase, MobX e Flutter Modular.
Stars: ✭ 23 (+9.52%)
Mutual labels:  mobx
kolaboard
A Real-time chat, collaboration and productivity enhancement application for teams built using React.js, Node.js, Socket.IO, MobX, MongoDB.
Stars: ✭ 23 (+9.52%)
Mutual labels:  mobx
Mung-React
leaning react
Stars: ✭ 13 (-38.1%)
Mutual labels:  mobx
mobx-router5
Router5 integration with mobx
Stars: ✭ 22 (+4.76%)
Mutual labels:  mobx
umi-plugin-mobx
😍 use mobx-state-tree gracefully in umijs.
Stars: ✭ 33 (+57.14%)
Mutual labels:  mobx
React
This repository contains all the material for the HackYourFuture module "React.js: Building dynamic UIs with modern JavaScript"
Stars: ✭ 243 (+1057.14%)
Mutual labels:  mobx
mobx-crud-example
A crud mobx project using react, featherjs and mongodb
Stars: ✭ 22 (+4.76%)
Mutual labels:  mobx
mobx-react-docz
DEPRECATED Documentation site for MobX in React
Stars: ✭ 43 (+104.76%)
Mutual labels:  mobx
todo-list
A simple todo list application with React and mobx and antd
Stars: ✭ 25 (+19.05%)
Mutual labels:  mobx
tm-nextjs-starter
React + Nextjs + MobX starter
Stars: ✭ 49 (+133.33%)
Mutual labels:  mobx
mobx-state-tree-router
State-based router for React and MobX State Tree
Stars: ✭ 18 (-14.29%)
Mutual labels:  mobx
react-mobx-local-state-example
React MobX (for Local State) Example
Stars: ✭ 27 (+28.57%)
Mutual labels:  mobx
veact
Mutable state enhancer library for React based on @vuejs
Stars: ✭ 62 (+195.24%)
Mutual labels:  mobx
mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (+42.86%)
Mutual labels:  mobx
plex-music
Web/Desktop app for streaming music from your Plex Media Server
Stars: ✭ 42 (+100%)
Mutual labels:  mobx
taro-ts-mobx-boilerplate
Taro 脚手架 Typescript/ Mobx / icon font / Jest
Stars: ✭ 12 (-42.86%)
Mutual labels:  mobx
orkan
A content management toolkit for building and managing dynamic React applications with ease.
Stars: ✭ 25 (+19.05%)
Mutual labels:  mobx
natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (+57.14%)
Mutual labels:  mobx
react-mobx-router
Create React App with React Router 4 and MobX + Internationalization
Stars: ✭ 90 (+328.57%)
Mutual labels:  mobx
react-native-taopiaopiao
react-native 构建全栈淘票票
Stars: ✭ 30 (+42.86%)
Mutual labels:  mobx

React-MobX-Webpack Boiler Plate

a boiler plate for React, MobX and Webpack application with tests and coverage.

Install

just clone this repo then run npm i && npm t

Tasks


  • npm start - start the dev server at http://localhost:8100
  • npm test - run test suits
  • npm run cover - run coverage
  • npm run cover-view - view html report at http://localhost:3000
  • npm run build - build to dist dir
  • npm run lint-fix - lint and auto-fix errors
  • npm run changelog - create changelog (using angular commit guidelines)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].