https://github.com/bavix/gripmock-ui
https://github.com/bavix/gripmock-ui
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bavix/gripmock-ui
- Owner: bavix
- License: mit
- Created: 2024-02-17T09:28:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T16:13:11.000Z (over 1 year ago)
- Last Synced: 2025-04-09T17:28:31.780Z (over 1 year ago)
- Language: TypeScript
- Size: 9.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# gripmock-ui
## Installation
Install the application dependencies by running:
```sh
npm install
```
## Development
Start the application in development mode by running:
```sh
npm run dev
```
## Production
Build the application in production mode by running:
```sh
npm run build
```