ReedD / typescript-react-universal

React universal app boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React TypeScript Universal

styled with prettier

This is a boilerplate for a Universal React App. Components and CSS are rendered both client and server side with React and JSS respectively. State is managed by react-redux and the async side effects are managed by redux-observable middleware. Code is written in TypeScript and compiled with webpack.

Installation

yarn && npm install husky

Development

yarn start

About

React universal app boilerplate.

License:MIT License


Languages

Language:TypeScript 82.9%Language:JavaScript 16.0%Language:HTML 1.1%