1.0.4 • Published 4 years ago
cra-template-bem-studies v1.0.4
BEM Studies
Template for BEM CSS studies.
Installation
Open the terminal, in any folder that you want to save the project and run the command:
npx create-react-app awesome-app --template bem-studies
Run Locally
Go to the project directory
cd awesome-app
Start the server
yarn start