All Projects → KaiHotz → React-Redux-Saga-Advanced-Starter

KaiHotz / React-Redux-Saga-Advanced-Starter

Licence: other
Boilerplate for Advanced usage with React, Redux, React-Router-Redux, Redux-Saga, Immutable, Reselect, Recompose, Axios, HMR, Babel v7, Jest, Eslint, and more

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to React-Redux-Saga-Advanced-Starter

Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+75.76%)
Mutual labels:  eslint, redux-saga, axios
Vue Webpack Config
Koa2、Webpack、Vue、React、Node
Stars: ✭ 151 (+128.79%)
Mutual labels:  eslint, axios
Eslint Plugin Redux Saga
ESLint rules for redux-saga
Stars: ✭ 134 (+103.03%)
Mutual labels:  eslint, redux-saga
react admin
🎉 TS+Hooks 后台管理系统 http://hooks.sunhang.top
Stars: ✭ 39 (-40.91%)
Mutual labels:  redux-saga, axios
Vue Admin Element
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
Stars: ✭ 73 (+10.61%)
Mutual labels:  eslint, axios
Vuedemo sell eleme
ele by vue2.x 🐧
Stars: ✭ 1,349 (+1943.94%)
Mutual labels:  eslint, axios
React Cnodejs.org
Material UI version of cnodejs.org, the biggest Node.js Chinese community.
Stars: ✭ 242 (+266.67%)
Mutual labels:  eslint, axios
Jdf Phone Ui
🖖 前端混合开发整合框架(cordova插件,微信,H5)
Stars: ✭ 18 (-72.73%)
Mutual labels:  eslint, axios
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (-25.76%)
Mutual labels:  redux-saga, axios
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+45.45%)
Mutual labels:  eslint, axios
react-rocketshoes
NetShoes Clone with React and Redux
Stars: ✭ 50 (-24.24%)
Mutual labels:  redux-saga, axios
Vue Music
使用vue2.0构建音乐播放器
Stars: ✭ 60 (-9.09%)
Mutual labels:  eslint, axios
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-51.52%)
Mutual labels:  eslint, axios
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-71.21%)
Mutual labels:  eslint, redux-saga
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-81.82%)
Mutual labels:  eslint, redux-saga
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (+171.21%)
Mutual labels:  eslint, axios
create-react-redux-app
React boilerplate based on create-react-app
Stars: ✭ 49 (-25.76%)
Mutual labels:  eslint, redux-saga
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+310.61%)
Mutual labels:  eslint, redux-saga
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (-42.42%)
Mutual labels:  redux-saga, axios
vue-template
🎉 一个集成了 webpack + vue-loader + vuex + axios 的自定义 vue-cli 模板,其中包含 webpack 热更新,linting,测试以及 css 处理器等内容
Stars: ✭ 25 (-62.12%)
Mutual labels:  eslint, axios

This project was bootstrapped with Create React App.

This is an advanced Boilerplate Project using:

  • Redux
  • Axios
  • Reselect
  • Immutable
  • Recompose
  • Redux-Saga
  • React-Router
  • React-Router-Redux

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone [email protected]:KaiHotz/React-Redux-Saga-Advanced-Starter.git
  > cd React-Redux-Saga-Advanced-Starter
  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

Click here to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Testing

Resources

To run Tests

  > yarn 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].