Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 625 Bytes

Readme.md

File metadata and controls

52 lines (37 loc) · 625 Bytes

React-typescript-starter

Simple React boilerplate. Demo

feature

  • jest
  • typescript
  • eslint
  • ServiceWorker(cache, offline)
  • SSR

get started

git clone https://github.com/kmkzt/react-typescript-starter myproject
cd myproject
yarn
yarn dev

Development mode

SPA

# development
yarn dev

# Service worker development
yarn dev:sw

# production
yarn build

SSR

# develpment
yarn ssr:dev

# [wip] SSR Production build
yarn ssr:build

library

  • react(v16.8.5)
  • react-router-dom(v5.0.0)
  • workbox-sw(v4.1.1)