Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 624 Bytes

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

1: yarn install
2: yarn start

run server

1: yarn start-server