Skip to content

A bare minimum frontend boilerplate with React 15, Typescript 2.1 and Webpack 2

Notifications You must be signed in to change notification settings

JoMarton/react-redux-typescript-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Boilerplate with React, Redux & TypeScript

A bare minimum react-redux-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-mobx-typescript-boilerplate

Contains

Build tools

Setup

$ npm install

Running

$ npm start

Build

$ npm run build

License

MIT

About

A bare minimum frontend boilerplate with React 15, Typescript 2.1 and Webpack 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.0%
  • CSS 32.2%
  • JavaScript 11.1%
  • HTML 0.7%