laconic-console/packages/console-server
2020-12-10 19:27:40 +00:00
..
bin Server Console App directly from the server. 2020-05-27 19:09:20 -04:00
public Server Console App directly from the server. 2020-05-27 19:09:20 -04:00
src Rename addons => extensions (#59) 2020-12-10 13:03:15 -06:00
babel.config.js DxOS -> DXOS 2020-06-23 09:19:01 -05:00
config-kube.yml Updated tabs (#52) 2020-10-30 14:15:01 -05:00
config-testnet.yml Updated tabs (#52) 2020-10-30 14:15:01 -05:00
config.yml Updated tabs (#52) 2020-10-30 14:15:01 -05:00
package.json v1.2.7 2020-12-10 19:27:40 +00:00
README.md Simplify configuration and add more instructions. 2020-07-20 12:14:04 -05:00
webpack.config.js Updated tabs (#52) 2020-10-30 14:15:01 -05:00

Console

Apollo GraphQL client.

Usage

Use the following command to run the server at: http://localhost:9004

  yarn start  

To test the Console app, the @dxos/console-app must be built first:

  cd ../console-app
  yarn build

Use the following command to run the client in development mode (via the webpack-dev-server) at http://localhost:8080

  yarn dev

To build the client and serve it directly from the server:

  yarn build
  yarn start

Then open the app at: http://localhost:9004/console

Production

When running the Console server, either set the CONFIG_FILE environment variable or set the --config option.

  ./bin/console.js --config ./config.yml

NOTE: The server passes its configuration directly to the Console app when it is loaded.