Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 700 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 700 Bytes

mini-netflix

An app built with React, Redux and React Router.

Features

  • State management with Redux
  • Type checking with Flow
  • Hot Module Replacement(HMR) for better dev UX
  • Unit testing with jest, enzyme and moxios
  • CSS management with styled components
  • Performance profiling
  • Server-side rendering
  • Code splitting with Webpack 2.x
  • Use Preact for even smaller build
  • Code optimization and production-ready build

Installation

yarn

Start the App

yarn build:dev

open http://localhost:8080

Run API server

yarn api

Start Server-side rendered App

yarn build:universal

open http://localhost:8080