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

https://github.com/ckroeger/newman-manager-client

🔥 N eman M anger C lient 🫴 A React-Webapp to manage postman-collections with functions as execute, list, create
https://github.com/ckroeger/newman-manager-client

newman postman reactjs

Last synced: about 2 months ago
JSON representation

🔥 N eman M anger C lient 🫴 A React-Webapp to manage postman-collections with functions as execute, list, create

Awesome Lists containing this project

README

          

# 🔥 NMC - Newman-Manager-Client
🫴 A React-Webapp to manage postman-collections with functions as
* execute
* list
* create

## Development
```shell
npm run install
npm run start
```
## Install Tailwind
* [Install Tailwind CSS with Vite - Tailwind CSS](https://tailwindcss.com/docs/guides/vite)

```shell
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
```

### Created with vite
```shell
npm create vite@latest newman-manager-client -- --template react-ts
```