Skip to content

Latest commit

 

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

React

Docs

Reference Test Reference

CLI

Start ReactJS project with typescript
npx create-react-app app-name --template typescript
Build project
npm run build
Run Tests
 npm test -- --coverage ---watchAll

-- coverage: Show test code coverage -- watchAll: Watch all test files instead of only changed files