Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustworthydev/cxscore---front-end
Identify the violation, and propose the method for improving the web performance and accessibility
https://github.com/trustworthydev/cxscore---front-end
Last synced: about 2 months ago
JSON representation
Identify the violation, and propose the method for improving the web performance and accessibility
- Host: GitHub
- URL: https://github.com/trustworthydev/cxscore---front-end
- Owner: TrustworthyDev
- Created: 2024-04-08T16:02:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:43:10.000Z (9 months ago)
- Last Synced: 2024-04-22T04:02:37.690Z (9 months ago)
- Language: TypeScript
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Note:
Added as submodule in cdp-ui# Client Usage
Install:
```
npm i -g yarn
yarn
```Develop:
```
yarn dev
```Build:
- Generate static HTML in `dist/`
```
yarn build
```Local Serve:
```
yarn preview
```Deploy ([surge.sh](https://surge.sh)):
- Use `cp dist/index.html dist/200.html` before deploy, to render SPA on `/*`
```
npm i -g surge
surge dist
```