This is a test project written in React/Typescript. It's a recreation of this weblog.
Clone the repository and open projects folder in a terminal.
Purpose | Command |
---|---|
Installing dependencies | yarn or npm install |
Running project locally | yarn dev or npm run dev |
Build for production | yarn build or npm run build |
Locally preview production build | yarn preview or npm run preview |
Here is list of libraries used in this project.
Link | Usage |
---|---|
ViteJs | Bundler |
react-query | Api state management |
axios | HTTP client |
date-fns | Date utility |
react-redux | App state management |
react-router-dom | Routing |
styled-components | Styling components |