ilkeryilmaz / bilyeli

🛴Bilyeli is a minimal boilerplate for modern React app builds. Always up-to-date, always simple.

Home Page:https://bilyeli.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bilyeli

Bilyeli is a minimal boilerplate for modern React app builds. Always up-to-date, always simple.

Bilyeli

Features

  • 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

Setup

Install

$ npm install

or

$ yarn install

Running in dev mode

$ npm start

Running it with webpack dashboard

$ npm run dev

Development with storybook

Files with the **.stories.js extension are run.

$ npm run storybook

Build (production)

Build will be placed in the build folder.

$ npm run build

Build storybook (production)

Build will be placed in the .out-storybook folder.

$ npm run build:storybook

Production preview

Preview the build folder.

$ npm run preview

Start test

Files with the **.test.js extension are run.

$ npm run test

About

🛴Bilyeli is a minimal boilerplate for modern React app builds. Always up-to-date, always simple.

https://bilyeli.netlify.com/

License:MIT License


Languages

Language:JavaScript 61.6%Language:CSS 37.7%Language:HTML 0.7%