Skip to content

Commit 8b4aefc

Browse files
authored
Blueprint typescript (#57)
1 parent bd7be75 commit 8b4aefc

37 files changed

+16600
-11767
lines changed

services/core/blueprint/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import (
1010
"github.com/steady-bytes/draft/pkg/loggers/zerolog"
1111
)
1212

13-
//go:embed web-client/dist/index.html
14-
//go:embed web-client/dist/main.js
13+
//go:embed web-client/dist/*
1514
var files embed.FS
1615

1716
func main() {

services/core/blueprint/web-client/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

services/core/blueprint/web-client/.swcrc

Lines changed: 0 additions & 33 deletions
This file was deleted.

services/core/blueprint/web-client/.vscode/settings.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

services/core/blueprint/web-client/LICENSE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,15 @@
1-
# SWC React Template
2-
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.
1+
# Admin Dashboard
32

4-
## Installing
5-
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.
3+
This is the front-end client for Home Cloud Server.
64

75
## Getting Started
8-
Make sure you have [swc]() installed.
9-
```bash
10-
npm i -D @swc/cli @swc/core
11-
```
126

137
```bash
148
npm install
159
```
1610

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

1913
```bash
2014
npm start
2115
```
22-
23-
## Contributing
24-
PRs welcome! :smiley:
25-
26-
## License
27-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
28-
29-
## Architecture
30-
31-
Libs:
32-
* react
33-
* react-router
34-
* rtk
35-
* redux
36-
* redux-query
37-
* material-ui
38-
* grpc-web
39-
* grpc-web-connect
40-

0 commit comments

Comments
 (0)