Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 326 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 326 Bytes

Typescript React App

Starter app for React using Typescript with sensible configuration.

  • webpack
  • typescript
  • eslint
  • jest

install

$ yarn install

Start developing

$ yarn run dev

Don't forget to run lint and test

$ yarn run lint

$ yarn run test

And the final build step

$ yarn run build