https://github.com/dekal/pwa-scanner-poc
https://github.com/dekal/pwa-scanner-poc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dekal/pwa-scanner-poc
- Owner: DeKal
- Created: 2020-12-05T19:01:44.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2020-12-05T19:02:43.000Z (over 5 years ago)
- Last Synced: 2025-02-23T16:50:03.756Z (over 1 year ago)
- Language: TypeScript
- Size: 637 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA SCANNER POC
## LOCAL DEVELOPMENT
Install dependencies
```
yarn install
```
Startup the application
```
yarn start
```
## PRODUCTION MODE
Build the application
```
yarn build
```
Server the build
```
yarn serve
```
## API
A local mock API will spin up together with your frontend application. The mock API is accessible on following paths:
* GET localhost:3000/api/users/{id}
* GET localhost:3000/api/products/{id}