npx create-remax-app first-remax-app
cd first-remax-app && npm i
npm run dev
(npx 需要 npm 5.2+ 及更高版本,请参阅 npm 旧版说明)
yarn create remax-app first-remax-app
cd first-remax-app && yarn
yarn dev
pnpm create remax-app first-remax-app
cd first-remax-app && pnpm
pnpm dev