Bootstrap projects to easily create applications with rich libraries support focused on DX.
npx degit cristobalgvera/ez/{repository-folder} YOUR_APP_NAME
cd YOUR_APP_NAME
git init
yarn # npm i
Those projects are currently available:
npx degit cristobalgvera/ez/react YOUR_APP_NAME