Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

melxx001/redux-typescript-starter

Repository files navigation

Basic React, Redux, Typescript & Webpack

Status

Build Status Coverage Status

This branch has a basic example of adding initial routing to the project.

You can find more information at http://www.hichamelhammouchi.com/development/2016/09/25/universal-react-redux-typescript/

Installation

Run npm install to install all packages.

Once npm install completes, the postinstall will execute and create the necessary typings (npm run typings).

Run the project

Run npm run dev and browse to http://localhost:8080/

Testing

npm test

Coverage

npm run coverage

Linting

npm run lint

Main Modules Installed

  • React
  • Redux, react-router-redux, redux-thunk
  • React Router
  • Express
  • TypeScript
  • Webpack, Webpack Dev Server
  • Tape
  • Istanbul
  • TSlint, ESlint

About

This is a react, redux with typescript starter project containing a counter and a todo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published