Skip to content

Yarn Commands

Create a new app using the react skeleton.

yarn create react-app

Run a testing server.

yarn start

Run all test scripts.

yarn test