Bilyeli is a minimal boilerplate for modern React app builds. Always up-to-date, always simple.
- React
- React router
- Redux thunk
- Webpack 4 (development and production config)
- Webpack dashboard
- Hot module replacement
- Babel
- Css modules with scss
- File loader (png,gif,jpg,svg)
- Airbnb eslint
- Prettier
- Storybook
- Jest with enzyme
- Preview production
$ npm install
or
$ yarn install
$ npm start
Running it with webpack dashboard
$ npm run dev
Files with the **.stories.js
extension are run.
$ npm run storybook
Build will be placed in the build
folder.
$ npm run build
Build will be placed in the .out-storybook
folder.
$ npm run build:storybook
Preview the build
folder.
$ npm run preview
Files with the **.test.js
extension are run.
$ npm run test