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

https://github.com/shellyln/red-agate-live-demo

RedAgate Live Demo
https://github.com/shellyln/red-agate-live-demo

Last synced: 7 months ago
JSON representation

RedAgate Live Demo

Awesome Lists containing this project

README

          

# RedAgate live demo

[Live Demo](https://shellyln.github.io/red-agate/demo.html) source of
[RedAgate](https://github.com/shellyln/red-agate).

RedAgate is static HTML | XML | SVG renderer.
You can start easily because we are using JSX and semantics similar to React.

----

## Build

```bash
npm run build
```

Build for production.

## Build (debug)

```bash
npm run build:dev
```

Build for development.

## Run unit tests

```bash
npm test
```

Run test in browser and print result to console.

## Run

```bash
npm start
```

Start web server.

## Designing reports and debug codes

```bash
npm run watch
```

Start web server, launch Chrome, watch changes and build.

----

## License
[ISC](https://github.com/shellyln/red-agate-live-demo/blob/master/LICENSE.md)
Copyright (c) 2018, Shellyl_N and Authors.