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
- Host: GitHub
- URL: https://github.com/ckroeger/newman-manager-client
- Owner: ckroeger
- License: mit
- Created: 2024-05-20T10:43:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T11:03:48.000Z (about 2 years ago)
- Last Synced: 2024-05-20T11:52:58.862Z (about 2 years ago)
- Topics: newman, postman, reactjs
- Language: CSS
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```