An open API service indexing awesome lists of open source software.

https://github.com/dekal/pwa-scanner-poc


https://github.com/dekal/pwa-scanner-poc

Last synced: 5 days ago
JSON representation

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}