React TypeScript Universal
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