Skip to content

Node

Degit

  • install from current working directory
mkdir react-prerequis-debutants && cd !$
npx degit https://github.com/MikeCodeur/react-prerequis-debutants
npm run install # or npm i
npm run test # run test
npm run start # or npm run dev (see package.json > scripts)
  • install to a directory repo
npx degit https://github.com/MikeCodeur/react-prerequis-debutants repo
cd repo
npm i
npm run start