https://github.com/hoppula/react-typescript-webpack
Kickstart for your TypeScript & React project
https://github.com/hoppula/react-typescript-webpack
react typescript webpack
Last synced: about 2 months ago
JSON representation
Kickstart for your TypeScript & React project
- Host: GitHub
- URL: https://github.com/hoppula/react-typescript-webpack
- Owner: hoppula
- Created: 2016-12-09T12:19:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T08:33:30.000Z (over 7 years ago)
- Last Synced: 2025-03-21T11:48:59.536Z (about 1 year ago)
- Topics: react, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, TypeScript, Webpack & Jest boilerplate
Lightweight boilerplate to kickstart your next [React](https://facebook.github.io/react/) project.
Builds [TypeScript](https://www.typescriptlang.org) through [Webpack](https://webpack.js.org) with [ts-loader](https://github.com/TypeStrong/ts-loader) & [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin#readme) to provide sound type checking for your React components.
[Jest](https://facebook.github.io/jest/) is also setup for TypeScript.