tranthaison1231 / react-redux-typescript-boilerplate

A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4

Home Page:https://rokoroku.github.io/react-redux-typescript-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Boilerplate with React, Redux & TypeScript

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

Live demo

Note that this project does not include Server-Side Rendering, Static code analysis, Testing Frameworks and other stuffs that makes the package unnecessarily complicated. (e.g. yarn, tslint, jest, ...)
If needed, please fork this repository and add your own that meets your requirements.

Ideal for creating React apps from the scratch.

See also: react-mobx-typescript-boilerplate

Contains

Build tools

Installation

$ npm ci

Running

$ npm start

Build

$ npm run build

Deploy (to the GitHub Pages)

$ npm run deploy

Format code (using Prettier)

$ npm run prettier

License

MIT

About

A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4

https://rokoroku.github.io/react-redux-typescript-boilerplate


Languages

Language:TypeScript 56.2%Language:CSS 27.9%Language:JavaScript 15.3%Language:HTML 0.6%