You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
This is boilerplate create from `create-react-app` and implement with `redux` for the state management and `redux-saga` to asynchronous request handle.
3
3
4
4
**features**
5
-
1- fully setup login
6
-
2-authenticate and unauthenticated route handle
7
-
3-asynchronous saga calls
8
-
4-fully setup for web application development
9
-
5-responsive UI support
5
+
6
+
1. fully setup login.
7
+
2. authenticate and unauthenticated route handle.
8
+
3. asynchronous saga calls.
9
+
4. fully setup for web application development.
10
+
5. responsive UI support
10
11
11
12
**setup**
12
13
simply clone the project and run `yarn start` or `npm run start`
0 commit comments