This is a dead simple yet feature filled starter pack for building PWA ready React Applications.
✅ react
✅ typescript
✅ PWA ready
✅ webpack bundling
✅ babel transpiler
✅ webpack-dev-server
✅ eslint
✅ prettier
✅ jest unit test
❌ SSR
install packages: $ npm install
start dev-server: $ npm run dev
lint code: $ npm run lint
start build: $ npm run build