Skip to content

Commit

Permalink
spike: Typescript and Ant Design (#113)
Browse files Browse the repository at this point in the history
Converted the admin dashboard to Typescript and changed to using the
[Ant Design](https://ant.design/) component library instead of just
Bootstrap. Also shifted to using
[connect-query-es](https://github.com/connectrpc/connect-query-es) which
uses TanStack under the hood instead of Redux.

Demo video:


https://github.com/user-attachments/assets/966b0396-1d44-491b-bf23-cc9e3ee0ee2b
  • Loading branch information
jgkawell authored Nov 19, 2024
1 parent 31ec3f5 commit c3e26c7
Show file tree
Hide file tree
Showing 47 changed files with 17,389 additions and 13,294 deletions.
33 changes: 0 additions & 33 deletions services/platform/server/web-client/.swcrc

This file was deleted.

13 changes: 2 additions & 11 deletions services/platform/server/web-client/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
# SWC React Template
# Admin Dashboard

This is the front-end client for Home Cloud Server.

## Installing

Please refer to the [installation](https://swc.rs/docs/getting-started) section of the SWC project [website](https://swc.rs/). It contains appropriate installation instructions based on the operating system you are using.

## Getting Started

Make sure you have [swc](https://swc.rs/) installed.
```bash
npm i -D @swc/cli @swc/core
```

```bash
npm install
```

The template uses [webpack](https://webpack.js.org/) and comes packaged with `webpack-dev-server`. You can start the dev server by running:
You can start the dev server by running:

```bash
npm start
Expand Down
Loading

0 comments on commit c3e26c7

Please sign in to comment.