React + RR4 + Mobx + Isomorphic starter.
The React + Mobx Quick Starter project is a starting base for creating an isomorphic (universal) mobx react project. It offers a range of features including async/await support, isomorphic CSS and SCSS compilation, token-based authentication, decorators for easily accessing state, hot reloading and sourcemaps, and automatic restarts. The project aims to provide a simple and minimal setup with routing, authentication, database, and server-side rendering.
npm install to install the necessary dependencies.src/server/models.src/config/stores by creating a new class for each store.src/config/stores.js to include the new store.server/middleware/render.js.npm run dev or in production mode using npm start.The React + Mobx Quick Starter project provides a starting point for building an isomorphic mobx react project. It offers a range of features including async/await support, token-based authentication, hot reloading, and automatic restarts. The project is optimized for minimal bundle size and speed, and aims to provide a good developer experience with hot reloading and source-maps. It includes a simple and minimal setup with routing, authentication, database, and server-side rendering.