Skip to content

A base project for new react/redux based projects with typescript and hot reloading support.

License

Notifications You must be signed in to change notification settings

daniel-trinh/typescript_react_redux_template

Repository files navigation

TypeScript React Redux Transform Boilerplate

A base project for new react/redux based projects with TypeScript support.

Forked from the original react-transform-boilerplate, except with TypeScript and redux support added.

https://github.com/gaearon/react-transform-boilerplate

Instructions

Download dependencies

npm install

npm install typings --global

typings install

Start dev server with hot code reloading

npm start

Adding new dependencies

npm install --save react-router

typings install react-router --source=dt --global --save

About

A base project for new react/redux based projects with typescript and hot reloading support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published