The basic Create React App template used during formation.tech trainings
npx create-react-app [your-project-path] --use-npm --template @formation.tech/cra-template-basic
yarn create react-app [your-project-path] --template @formation.tech/cra-template-basic