Skip to content

beanloop/react-typescript-boilerplate

Repository files navigation

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