Skip to content

A starting point for React & Redux web applications written in TypeScript.

Notifications You must be signed in to change notification settings

mikedevelops/react-redux-ts-starter

Repository files navigation

React & Redux with TypeScript

A starting point for React & Redux applications built with TypeScript.

Getting started

Install dependencies.

npm install

Create a local development server and recompile on file changes.

npm run dev

Run test suite.

npm test

Create a production build within the ./dist directory.

npm run prod

About

A starting point for React & Redux web applications written in TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published