Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daliborgogic/sindikat
- Owner: daliborgogic
- License: mit
- Created: 2018-12-30T14:27:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T14:29:17.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T19:17:25.516Z (27 days ago)
- Topics: pwa, workbox, workbox-cli
- Language: PHP
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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