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

wongteam/react-redux-typescript-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Boilerplate with React, Redux & TypeScript

A react-redux-webpack-typescript boilerplate based on TJ's frontend-boilerplate.

See also: react-mobx-typescript-boilerplate

Contains

Build tools

Setup

$ npm install

Running

$ npm start

Build

$ npm run build

Note

  • Since webpack 2 is still in beta, related dependencies can occur UNMET PEER DEPENDENCY errors.
    To avoid error, use npm >=3.0.0
  • This boilerplate doesn't contain any testing frameworks. Use something that suits your taste.
    (such as Mocha, Jasmine, or Jest)

License

MIT

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.1%
  • CSS 32.7%
  • JavaScript 11.5%
  • HTML 0.7%