-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: react app CI | ||
name: ci | ||
|
||
on: [push] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# React stack playground | ||
|
||
[![Build Status](https://travis-ci.org/rodmax/react-playground.svg?branch=master)](https://travis-ci.org/rodmax/react-playground) | ||
[![Dependency Status](https://david-dm.org/rodmax/react-playground.svg)](https://david-dm.org/rodmax/react-playground) | ||
[![devDependency Status](https://david-dm.org/rodmax/badges/react-playground/dev-status.svg)](https://david-dm.org/rodmax/react-playground#info=devDependencies) | ||
[![Actions Status](https://github.com/rodmax/react-playground/workflows/ci/badge.svg)](https://github.com/rodmax/react-playground/actions) | ||
|
||
|
||
The main purpose of this project is to study web applications development based on react stack | ||
|
||
## TODO list | ||
|
||
- [x] MVP based on react and redux | ||
- [x] TypeScript with React | ||
- [ ] play with react/redux DevTools | ||
- [ ] localization | ||
- [ ] tests | ||
- [x] Build: webpack based | ||
- [x] JavaScript: TypeScript | ||
- [x] CSS: Sass + PostCSS(autoprefixer and friends) | ||
- [ ] Quality: | ||
- [x] E2E testing: testcafe | ||
- [x] unit & international testing: jest + testing-library | ||
- [x] Hyper strong TypeScript config | ||
- [x] EsLint | ||
- [x] Prettier for formatting | ||
- [ ] App: | ||
- [ ] localization | ||
- [ ] Store: Redux + Redux Starter Kit(?) + RxJs(rxjs/observable) | ||
- [ ] Router: router5 |