Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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