Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 480 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 480 Bytes

frontend-box

This repository is React/Redux boilerplate using TypeScript.

Stack

  • Language: typescript
  • View Framework: react
  • State Management: redux
  • Compiler: babel
  • Module Bundler: webpack
  • Linter: eslint
  • Formatter: prettier

Development

yarn install
yarn build # build and type check
yarn dev   # run webpack-dev-server

Lint

yarn lint:script
yarn lint:style

yarn lint # both of the above

Production

yarn build:prod