rokoroku / react-mobx-typescript-boilerplate

A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Boilerplate with React, MobX & TypeScript

A bare minimum react-mobx-webpack-typescript boilerplate with TodoMVC example.

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.

See also: react-redux-typescript-boilerplate

Contains

Build tools

Setup

$ npm install

Running

$ npm start

Build

$ npm run build

Code Format

$ npm run prettier

License

MIT

About

A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4


Languages

Language:TypeScript 50.8%Language:CSS 32.5%Language:JavaScript 16.0%Language:HTML 0.7%