https://github.com/yoonge/conduit-react
Exemplary front-end realworld application (called Conduit) in TypeScript, built with Axios + Hox + React + react-bootstrap + react-router-dom + Vditor, managed by pnpm.
https://github.com/yoonge/conduit-react
axios bootstrap conduit eslint front-end hox less pnpm prettier react react-bootstrap react-router react-router-dom realworld typescript vditor vite
Last synced: about 1 month ago
JSON representation
Exemplary front-end realworld application (called Conduit) in TypeScript, built with Axios + Hox + React + react-bootstrap + react-router-dom + Vditor, managed by pnpm.
- Host: GitHub
- URL: https://github.com/yoonge/conduit-react
- Owner: yoonge
- License: mit
- Created: 2023-04-12T01:40:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:26:00.000Z (about 1 year ago)
- Last Synced: 2025-03-28T11:43:03.281Z (2 months ago)
- Topics: axios, bootstrap, conduit, eslint, front-end, hox, less, pnpm, prettier, react, react-bootstrap, react-router, react-router-dom, realworld, typescript, vditor, vite
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⌨️ Conduit React
 [](./LICENSE)      
## 💡 Introduction
Realworld: "The mother of all demo apps" — Exemplary front-end Medium.com clone (called [Conduit](https://github.com/yoonge/conduit-react)) built with Axios + Hox + React + react-bootstrap + react-router-dom + TypeScript + Vditor.
## 🔰 Getting Started
```sh
$ git clone https://github.com/yoonge/conduit-react.git$ cd conduit-react
$ pnpm i
$ pnpm dev
```## 📄 License
Conduit React is [MIT-licensed](./LICENSE).
----
## 🏗️ Scaffold
```sh
$ mkdir conduit-react$ cd conduit-react
$ pnpm create vite . --template react-ts
```