Skip to content

hoqu-io/hoqu-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker UI

Installation

Install Node.js

Windows only steps

Install Microsoft Visual C++ 2005 Redistributable

Install Yarn

Install git with git bash support (all commands should definitely work)

  • Select "use git from git bash" when prompted
  • Select "checkout as-is, commit unix style" when prompted
  • Select "use MinTTY" when prompted
  • Check "Enable symbolic links" when prompted

Open git bash and install Node-gyp (globally):

npm install -g yarn node-gyp

Close git bash and open it again (to reload PATH env). Go to the project root folder:

cd /<disk_letter>/<project_dir>

Mac/Linux only steps

Install Yarn and Node-gyp (globally):

sudo npm install -g yarn node-gyp

Common steps (Win/Mac/Linux)

Install Node modules (execute in project root folder):

yarn install

Development

To develop application run app dev server

npm run dev

Then go to localhost:6000. Any changes to any project files will be compiled automatically

Building

Build project

npm run build

About

HOQU widgets used to generate lead data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published