https://github.com/flaaj/inventory-manager
https://github.com/flaaj/inventory-manager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaaj/inventory-manager
- Owner: Flaaj
- Created: 2024-06-20T10:42:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:25:30.000Z (about 2 years ago)
- Last Synced: 2025-10-11T12:06:19.299Z (10 months ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
- `npm install`
# Start development server
- add ```.env``` file based on ```.env.example```
- `npm run dev`
# Run tests:
- unit: `npm run test:unit`
- integration: `npm run test:integration`
- e2e: `npm run test:e2e` (start development server before running e2e tests)