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

  • Linkedin | Github