Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/advanced-rest-client/app
- Owner: advanced-rest-client
- License: other
- Created: 2021-10-19T01:04:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T05:55:16.000Z (over 2 years ago)
- Last Synced: 2024-09-30T12:35:49.206Z (3 months ago)
- Language: JavaScript
- Size: 3.12 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.