Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/sindikat

Progressive Web App
https://github.com/daliborgogic/sindikat

pwa workbox workbox-cli

Last synced: 9 days ago
JSON representation

Progressive Web App

Awesome Lists containing this project

README

        

# sindikat
> Progressive Web App (PWA)

### Environment Variables

| Key | Description |
|:-----------------|:--------------------------------------------------------|
| ```CMS_DOMAIN``` | Content Menagement System (CMS) Top Level Domain (TLD). |
| ```APP_DOMAIN``` | Application Top Level Domain (TLD). |

### Usage

```bash
# Install a package, and any packages that it depends on:
$ npm i

# Set Environment Variables:
$ cat > .env << EOL
CMS_DOMAIN=
APP_DOMAIN=
EOL

# Launch a development server on localhost:3000 with hot-reloading
$ npm run dev

# Build application with webpack
$ npm run build

# Start the server in production mode
$ npm start

# Or start the server with process manager
$ pm2 start process.json
```

### License

[MIT](https://github.com/daliborgogic/sindikat/blob/master/LICENSE)

Copyright (c) 2018-present, Dalibor Gogic