Skip to content

Colt45s/frontend-box

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published