bem-react-boilerplate icon indicating copy to clipboard operation
bem-react-boilerplate copied to clipboard

DEPRECATED! A bare minimum frontend boilerplate based on create-react-app and bem-react-core.

Results 3 bem-react-boilerplate issues
Sort by recently updated
recently updated
newest added

`bem-react-boilerplate v 0.1.0`, при запуске `yarn test` Вылетает с ошибкой `TypeError: environment.teardown is not a function at node_modules/jest-runner/build/run_test.js:230:25`

Depends on major `react-scripts` release and https://github.com/lwd-technology/react-app-rewire-typescript/pull/11

To create bundle for some override level you need to set level name in .env file. Example: ```` PLATFORM= desktop ```` After run `npm start` to work with desktop override...