Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 901 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 901 Bytes

React Typescript boilerplate

Commands

  • yarn start - Starts a dev server on http://localhost:3000 with hot loading.
  • yarn build - Does a production build in dist.
  • yarn lint - Runs the linter to check for style issues.
  • yarn test - Runs the tests.

Included packages

Build tools

  • Typescript
  • Babel
  • Webpack

Development

  • Hot loading

Production

  • Minifies with UglifyJS

Branding

Names should be set in:

  1. title in index.html
  2. name, description, urls in package.json
  3. names, urls in deploy.sh