0.1.7-beta • Published 4 years ago

@polymind/sdk-js-dev v0.1.7-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Installation

Requirements

  • NPM 6.x
  • Node 10.x

Local dependencies

Once cloned, run the following command line.

npm install

Environment variables

In root folder of the project, create a .env file and paste and adjust the following settings.

API_URL=http://192.168.1.7:8089
PLAYER_URL=http://192.168.1.7:4200
GOOGLE_API_KEY=
GOOGLE_CX=

Launch

Run the following command to run the project in development mode.

npm run serve

In production (after a successful build), use this one instead.

npm run start

Build

npm run build