template for bem css studies
npm install cra-template-bem-studiesTemplate for BEM CSS studies.
Open the terminal, in any folder that you want to save the project and run the command:
``bash`
npx create-react-app awesome-app --template bem-studies
Go to the project directory
`bash`
cd awesome-app
Start the server
`bash``
yarn start