guilhermepontes / simple-react-redux-boilerplate

🦄 Simple base for webpack, react and redux applications

Home Page:http://guilhermepontes.com/simple-react-redux-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦄 Simple app example using Webpack, React and Redux

Whats inside?

  • React, Redux, React Router, Redux Logger, Redux Promise Middleware, Redux Thunk
  • Yarn
  • Webpack, Webpack Dev Server, HMR, Babel (ES2015, Decorators, Object Spread)
  • Express, PM2 (Production environment only)
  • Jest, Enzyme
  • PostCSS, SASS
  • ESLint, Stylelint
  • whatwg-fetch, lodash, bem-classname

Installing

yarn install

Running the application

  • Dev: yarn run start
  • Prod: yarn run start:prod

Running tests

yarn run test

Running linters

  • All: yarn run lint
  • CSS: yarn run lint:css
  • JS: yarn run lint:js

License

MIT License © Guilherme Pontes

About

🦄 Simple base for webpack, react and redux applications

http://guilhermepontes.com/simple-react-redux-boilerplate/

License:MIT License


Languages

Language:JavaScript 84.4%Language:CSS 10.1%Language:HTML 5.5%