Skip to content

ASE2020-orange/thingy-client-orange

Repository files navigation

Installation

First, make a copy the .env.sample and name it .env at the root of the thingy-client-orange folder. Then fill up the needed parameters.

Docker installation

  • docker build -t thingy-client-orange .
  • then docker-compose up in the thingy-api-orange root folder

local installation

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.