Skip to content

React, Redux, Webpack 2, Typescript 2, Hot Module Replacement (HMR), Babel and SASS.

License

Notifications You must be signed in to change notification settings

pul87/react-webpack-typescript-starter

 
 

Repository files navigation

React Webpack Typescript Starter

Minimal starter kit with hot module replacement for fast development.

Main features

Additional features

Installation

  1. Clone/download repo
  2. npm install

Usage

General

npm start

  • Compiles the app
  • Starts a web server hosting the app @ http://localhost:8080
  • Watches for changes and injects them without reloading the browser

Other commands

  • npm run lint - Run Typescript and SASS linter
  • npm run lint:ts - Run Typescript linter
  • npm run lint:sass - Run SASS linter
  • npm run test - Run tests (Jest)

Resources

TODO

  • Build script
    • Asset revisioning / cache bursting
  • React router

About

React, Redux, Webpack 2, Typescript 2, Hot Module Replacement (HMR), Babel and SASS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.6%
  • TypeScript 31.3%
  • HTML 6.0%
  • CSS 2.1%