Skip to content

Commit

Permalink
Blueprint typescript (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSC208 authored Dec 15, 2024
1 parent bd7be75 commit 8b4aefc
Show file tree
Hide file tree
Showing 37 changed files with 16,600 additions and 11,767 deletions.
3 changes: 1 addition & 2 deletions services/core/blueprint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import (
"github.com/steady-bytes/draft/pkg/loggers/zerolog"
)

//go:embed web-client/dist/index.html
//go:embed web-client/dist/main.js
//go:embed web-client/dist/*
var files embed.FS

func main() {
Expand Down
3 changes: 0 additions & 3 deletions services/core/blueprint/web-client/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions services/core/blueprint/web-client/.swcrc

This file was deleted.

8 changes: 0 additions & 8 deletions services/core/blueprint/web-client/.vscode/settings.json

This file was deleted.

7 changes: 0 additions & 7 deletions services/core/blueprint/web-client/LICENSE.md

This file was deleted.

31 changes: 3 additions & 28 deletions services/core/blueprint/web-client/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,15 @@
# SWC React Template
This is the front-end client for `{blueprint}` key/val service. Basic operational metrics, cluster system view, and general system resource availability of the `{blueprint}` key/value cluster.
# Admin Dashboard

## Installing
Please refer to the [installation](https://swc-project.github.io/docs/installation) section of the SWC project [website](https://swc-project.github.io). It contains appropriate installation instructions based on the operating system you are using.
This is the front-end client for Home Cloud Server.

## Getting Started
Make sure you have [swc]() 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
```

## Contributing
PRs welcome! :smiley:

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Architecture

Libs:
* react
* react-router
* rtk
* redux
* redux-query
* material-ui
* grpc-web
* grpc-web-connect

Loading

0 comments on commit 8b4aefc

Please sign in to comment.