Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

A starter project for dev and production builds of Webpack, React, and Redux.

License

Notifications You must be signed in to change notification settings

Sawtaytoes/Ghadyani-Framework-old

Repository files navigation

Ghadyani Framework for Webpack, React, and Redux

Codeship Status for Sawtaytoes/Ghadyani-Framework-Webpack-React-Redux

Running Locally

yarn start

Configuration Settings

Default config values are found in server/configs/configSettings.js.

Create a custom config.js in server/configs/ to change from the default 'production' to 'development' and use https so long as there is a provided local SSL cert in conf/.

Example

module.exports = {
	env: 'development',
	protocol: 'https',
	port: 443,
}

You can also use Node.js environment variables:

  • HOSTNAME
  • MAIL_FROM
  • MAIL_SEND_PATH
  • NODE_ENV
  • PORT
  • PROTOCOL
  • PROXY_HOSTNAME
  • PROXY_PORT
  • SMTP_CREDENTIALS
  • TESTS_PATH