JavaScript CLI
[typescript], [javascript]
Create new project
yarn create react-app project-name
Start the development server
yarn start
Đóng gói App từ cho production.
yarn build
Chạy test
yarn test
[typescript], [javascript]
yarn create react-app project-name
yarn start
yarn build
yarn test