Skip to content

Commit 2f9b40f

Browse files
update readme file
1 parent d3a7767 commit 2f9b40f

1 file changed

Lines changed: 12 additions & 74 deletions

File tree

README.md

Lines changed: 12 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,12 @@
1-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
2-
3-
### `npm run build` fails to minify
4-
5-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
6-
7-
## Available Scripts
8-
9-
In the project directory, you can run:
10-
11-
### `npm start`
12-
13-
Runs the app in the development mode.<br>
14-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
15-
16-
The page will reload if you make edits.<br>
17-
You will also see any lint errors in the console.
18-
19-
### `npm test`
20-
21-
Launches the test runner in the interactive watch mode.<br>
22-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
23-
24-
### `npm run build`
25-
26-
Builds the app for production to the `build` folder.<br>
27-
It correctly bundles React in production mode and optimizes the build for the best performance.
28-
29-
The build is minified and the filenames include the hashes.<br>
30-
Your app is ready to be deployed!
31-
32-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
33-
34-
### `npm run eject`
35-
36-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
37-
38-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
39-
40-
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
41-
42-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
43-
44-
## Learn More
45-
46-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
47-
48-
To learn React, check out the [React documentation](https://reactjs.org/).
49-
50-
### Code Splitting
51-
52-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
53-
54-
### Analyzing the Bundle Size
55-
56-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
57-
58-
### Making a Progressive Web App
59-
60-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
61-
62-
### Advanced Configuration
63-
64-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
65-
66-
### Deployment
67-
68-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
69-
70-
### `npm run build` fails to minify
71-
72-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
73-
74-
1+
## Quick Overview
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+
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
10+
11+
**setup**
12+
simply clone the project and run `yarn start` or `npm run start`

0 commit comments

Comments
 (0)