Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sv3lte/conduit-react-backup

Exemplary front-end realworld application (called Conduit) in TypeScript, built with Axios + Hox + React + react-bootstrap + react-router-dom + Vditor.
https://github.com/sv3lte/conduit-react-backup

axios bootstrap conduit eslint front-end hox less prettier react react-bootstrap react-router react-router-dom realworld typescript vditor vite

Last synced: 3 days ago
JSON representation

Exemplary front-end realworld application (called Conduit) in TypeScript, built with Axios + Hox + React + react-bootstrap + react-router-dom + Vditor.

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
```