Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/advanced-rest-client/app

Advanced REST Client application sources.
https://github.com/advanced-rest-client/app

Last synced: about 1 month ago
JSON representation

Advanced REST Client application sources.

Awesome Lists containing this project

README

        

# Advanced REST Client application

This repository contains the most of ARC's sources. These sources are then used in other applications that provide platform specific bindings like ARC electron.

To learn about each components group see docs in the `docs/` folder.

## Development

```sh
git clone https://github.com/advanced-rest-client/app
cd app
npm install
```

### Running the demo locally

```sh
npm start
```

### Running the tests

```sh
npm test
```

Note, Firefox is temporarily removed from tests until Playwright update FF version to at least 91.