Windows
- Download and install Node.js 8.x from https://nodejs.org/en/.
- Download and install Git from https://git-scm.com/downloads.
- Download and install Yarn from https://yarnpkg.com/en/docs/install.
- Logout from the system and login again.
- Launch cmd.exe as administrator and run command
npm install --add-python-to-path='true' --global --production windows-build-tools
- Logout from the system and login again.
- Open cmd.exe, go to the SkillTracker-UI directory and run command
yarn install
- To run, run command
npm run start
- Open browser and go to http://localhost:4200
Ubuntu
- Upgrade system:
sudo apt-get update && sudo apt-get upgrade
- Install curl:
sudo apt-get install curl
- Install Node.js 8.x and build tools following instructions on https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions.
- Install Git following instructions on https://git-scm.com/download/linux.
- Install Yarn following instructions on https://yarnpkg.com/en/docs/install#debian-stable.
- Open terminal, go to the SkillTracker-UI directory and run command
yarn install
- Open browser and go to http://localhost:4200
Mac OS X
- Install Xcode from App Store. After installing, launch the Xcode, accept the license agreement and wait while components installed.
- Install Homebrew following instructions on https://brew.sh.
- Download and install Node.js 8.x from https://nodejs.org/en/.
- Download and install Git from https://git-scm.com/downloads.
- Install Yarn following instructions on https://yarnpkg.com/en/docs/install.
- Open terminal, go to the SkillTracker-UI directory and run command
yarn install
. - Open browser and go to http://localhost:4200
In order to run the UI download, install, and run https://github.com/gkizior/SkillTracker-app