Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iraycd/prespective-frontend
https://github.com/iraycd/prespective-frontend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iraycd/prespective-frontend
- Owner: iraycd
- License: mit
- Created: 2019-07-29T20:36:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:06:36.000Z (about 2 years ago)
- Last Synced: 2024-10-31T20:51:51.046Z (about 2 months ago)
- Language: JavaScript
- Size: 9.34 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Redux-Saga Boilerplate
[![Build Status](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate.svg?branch=master)](https://travis-ci.org/gilbarbara/react-redux-saga-boilerplate) [![Dependencies](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate.svg)](https://david-dm.org/gilbarbara/react-redux-saga-boilerplate) [![Maintainability](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/maintainability)](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/eb66aa0049fa03acbbf3/test_coverage)](https://codeclimate.com/github/gilbarbara/react-redux-saga-boilerplate/test_coverage)
[Demo](https://redux-saga.react-boilerplate.com/)
### Provides
- react ^16.x
- react-router 4.x
- react-helmet 5.x
- styled-components 4.x
- redux 4.x
- redux-saga 0.16.x
- redux-persist 5.x### Development
- webpack-dev-server 3.x
- react-hot-loader 4.x
- redux-devtools (with browser plugin)`npm start`
### Building
- webpack 4.x
- babel 7.x`npm run build`
### Code Quality
- eslint 5.x
- stylelint 9.x`npm run lint` / `npm run lint:styles`
### Unit Testing
- jest 23.x
- enzyme 3.x`npm test`
### End 2 End Testing
- cypress 3.0.x
`npm run test:e2e`