All Projects β†’ ilkeryilmaz β†’ bilyeli

ilkeryilmaz / bilyeli

Licence: MIT license
πŸ›΄Bilyeli is a minimal boilerplate for modern React app builds. Always up-to-date, always simple.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to bilyeli

nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (-31.82%)
Mutual labels:  react-boilerplate, react-starter
monoreact
πŸ“¦ React workspaces implementation
Stars: ✭ 13 (-40.91%)
Mutual labels:  react-boilerplate, react-starter
react-starter-kit
πŸš€ React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+18.18%)
Mutual labels:  react-boilerplate, react-starter
Analytics React
[DEPRECATED AND UNSUPPORTED] The hassle-free way to integrate analytics into your React application.
Stars: ✭ 146 (+563.64%)
Mutual labels:  react-boilerplate
gatsby-starter-redux-saas
An Gatsby starter for Saas products. Uses redux and apollo and a graphql token auth backend.
Stars: ✭ 18 (-18.18%)
Mutual labels:  react-boilerplate
React-TypeScript-Boilerplate-Example
React + TypeScript + Redux Boilerplate Example
Stars: ✭ 18 (-18.18%)
Mutual labels:  react-boilerplate
react-starter
Starter kit for React.
Stars: ✭ 16 (-27.27%)
Mutual labels:  react-starter
React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps πŸš€ using react, redux, sagas and hooks
Stars: ✭ 139 (+531.82%)
Mutual labels:  react-boilerplate
next-react-boilerplate
πŸ”₯ NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (-9.09%)
Mutual labels:  react-boilerplate
react-boilerplate-ssr
ssr react boilerplate
Stars: ✭ 25 (+13.64%)
Mutual labels:  react-boilerplate
react-ui-kit-boilerplate
A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest
Stars: ✭ 88 (+300%)
Mutual labels:  react-boilerplate
react-glass
πŸ˜† Painless React development
Stars: ✭ 13 (-40.91%)
Mutual labels:  react-boilerplate
react-native-boilerplate
πŸš€ A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. πŸ”₯. πŸ’» πŸš€ 😎 πŸ‘Ύ πŸ‘½
Stars: ✭ 82 (+272.73%)
Mutual labels:  react-boilerplate
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+831.82%)
Mutual labels:  react-boilerplate
redux-react-boilerplate-2018
Redux enabled boilerplate for React, react-bootstrap, babel and webpack ready for 2018
Stars: ✭ 12 (-45.45%)
Mutual labels:  react-boilerplate
React Hooks Redux Registration Login Example
React Hooks + Redux - User Registration and Login Tutorial & Example
Stars: ✭ 138 (+527.27%)
Mutual labels:  react-boilerplate
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-45.45%)
Mutual labels:  react-boilerplate
react-redux-boilerplate
React, Redux Boilerplate with authentication
Stars: ✭ 35 (+59.09%)
Mutual labels:  react-starter
react-native-web-boilerplate
I am no longer in maintenance
Stars: ✭ 72 (+227.27%)
Mutual labels:  react-boilerplate
parcel-react
πŸ“¦πŸš€ A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+227.27%)
Mutual labels:  react-boilerplate

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].