Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imerkle/mobx-react-typescript-webpack-i18n-mst-antd

🍽 boilerplate for mobx , react, typescript, webpack, i18n, antd, mobx state trees,
https://github.com/imerkle/mobx-react-typescript-webpack-i18n-mst-antd

antd boilerplate i18n mobx mobx-state-tree postcss react react-router-v4 typescript webpack yarn

Last synced: 2 days ago
JSON representation

🍽 boilerplate for mobx , react, typescript, webpack, i18n, antd, mobx state trees,

Awesome Lists containing this project

README

        

# Frontend Boilerplate with React, MobX & TypeScript & Ant design framework with internationalization.

A bare minimum mobx-react-typescript-webpack-i18n-mst-antd

Note that this project does not include **Server-Side Rendering**, **Testing Frameworks** and other stuffs that makes the package unnecessarily complicated.

Ideal for creating React apps from the scratch.

## Contains

- [x] [Typescript](https://www.typescriptlang.org/) 2.7
- [x] [React](https://facebook.github.io/react/) 16
- [x] [React Router](https://github.com/ReactTraining/react-router) 4.2
- [x] [Mobx](https://github.com/mobxjs/mobx)
- [x] [Mobx React](https://github.com/mobxjs/mobx-react)
- [x] [Mobx React Router](https://github.com/alisd23/mobx-react-router/)
- [x] [Mobx React Devtools](https://github.com/mobxjs/mobx-react-devtools)
- [x] [Mobx State Trees](https://github.com/mobxjs/mobx-state-tree)
- [x] [Ant Design](https://ant.design/)

### Build tools

- [x] [Webpack](https://webpack.github.io) 4
- [x] [Tree Shaking](https://webpack.js.org/guides/tree-shaking/)
- [x] [Webpack Dev Server](https://github.com/webpack/webpack-dev-server)
- [x] [Typescript Loader](https://github.com/TypeStrong/ts-loader)
- [x] [PostCSS Loader](https://github.com/postcss/postcss-loader)
- [x] [CSS Preset Env](https://github.com/csstools/postcss-preset-env)
- [x] [CSS modules](https://github.com/css-modules/css-modules)
- [x] [React Hot Loader](https://github.com/gaearon/react-hot-loader)
- [x] [ExtractText Plugin](https://github.com/webpack/extract-text-webpack-plugin)
- [x] [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin)

## Setup

```
$ yarn install
```

## Running

```
$ yarn run start
```

## Build

```
$ yarn run build
```

## Code Format

```
$ yarn run prettier
```

# License

MIT

fork of @rokoroku