Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 614 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 614 Bytes

react-pwa-starter-typescript

This is a dead simple yet feature filled starter pack for building PWA ready React Applications.

Current lighthouse scores:

screenshot

Features

✅ react
✅ typescript
✅ PWA ready
✅ webpack bundling
✅ babel transpiler
✅ webpack-dev-server
✅ eslint
✅ prettier
✅ jest unit test

TODOs

❌ SSR

Available commands

install packages: $ npm install

start dev-server: $ npm run dev

lint code: $ npm run lint

start build: $ npm run build