Skip to content

daliborgogic/sindikat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# 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

Copyright (c) 2018-present, Dalibor Gogic