https://github.com/wavemaker/rest-client-ui
https://github.com/wavemaker/rest-client-ui
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wavemaker/rest-client-ui
- Owner: wavemaker
- License: mit
- Created: 2023-07-24T08:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T09:26:14.000Z (9 months ago)
- Last Synced: 2025-06-18T10:28:30.959Z (9 months ago)
- Language: TypeScript
- Size: 31.8 MB
- Stars: 0
- Watchers: 24
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rest Import UI
# Setting up a dev environment
Rest Import UI includes a development server that provides hot module reloading and unminified stack traces, for easier development.
### Prerequisites
- git, any version
- **Node.js >=16.13.2** and **npm >=8.1.2** are the minimum required versions that this repo runs on, but we recommend using the latest version of Node.js@16
# Development
Run `npm start` for a dev server. Navigate to http://localhost:3000/. The application will automatically reload if you change any of the source files.
# Build
Run `npm run build` to build the project. The build artifacts will be stored in the dist/ directory.
1. `rest-import-bundle.js`
2. `rest-import-bundle.css`