Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoonge/conduit-react
Exemplary front-end realworld application (called Conduit), built with Axios + Hox + React + react-bootstrap + react-router-dom + TypeScript + Vditor.
https://github.com/yoonge/conduit-react
axios bootstrap conduit eslint front-end hox less prettier react react-bootstrap react-router react-router-dom realworld typescript vditor vite
Last synced: 25 days ago
JSON representation
Exemplary front-end realworld application (called Conduit), built with Axios + Hox + React + react-bootstrap + react-router-dom + TypeScript + Vditor.
- Host: GitHub
- URL: https://github.com/yoonge/conduit-react
- Owner: yoonge
- License: mit
- Created: 2023-04-12T01:40:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:26:00.000Z (7 months ago)
- Last Synced: 2024-04-10T17:13:20.577Z (7 months ago)
- Topics: axios, bootstrap, conduit, eslint, front-end, hox, less, prettier, react, react-bootstrap, react-router, react-router-dom, realworld, typescript, vditor, vite
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⌨️ Conduit React
![version](https://img.shields.io/badge/version-0.2.0-green) [![license](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) ![React](https://img.shields.io/badge/React-%5E18.2.0-129fca) ![Axios](https://img.shields.io/badge/Axios-%5E1.6.8-5a29e4) ![Hox](https://img.shields.io/badge/Hox-%5E2.1.1-1791ff) ![React-Bootstrap](https://img.shields.io/badge/ReactBootstrap-%5E2.10.1-41e1fd) ![Vditor](https://img.shields.io/badge/Vditor-%5E3.10.2-d43f2a) ![pnpm](https://img.shields.io/badge/pnpm-8.15.6-f69220)
## 💡 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
```