Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezasohrabi/pickpoketue
pik poke tue app
https://github.com/rezasohrabi/pickpoketue
Last synced: 22 days ago
JSON representation
pik poke tue app
- Host: GitHub
- URL: https://github.com/rezasohrabi/pickpoketue
- Owner: rezasohrabi
- License: mit
- Created: 2022-06-08T17:50:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T14:52:38.000Z (over 2 years ago)
- Last Synced: 2024-10-24T21:58:16.458Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is simple question and answers app with most CRUD operations
### dependencies
| dependency name | role |
| ----------------- | --------------------------- |
| redux toolkit | to handle state management. |
| axios | for rest api services. |
| react router dom | routing in app. |
| styled components | styles solutions handling. |
| prettier | prettify codes |
| redux-logger | log whats going on store |### start application
```jsx
1: yarn install
2: yarn start
```### run server
```jsx
1: yarn start-server
```