/akibot-ui

AkiBot User Interface (Angular2 + Three.js)

Primary LanguageTypeScriptMIT LicenseMIT

AkiBot UI

AkiBot Web-based User Interface project was generated with Angular CLI and added Three.js WebGL functionality.

Server part: akibot-server

Sample

Demo

Pre-Installation

  1. Install Git
  2. Install Node.js

Installation

  1. Clone repository
git clone https://github.com/makimenko/akibot-ui.git
  1. Go to the project directory, install project dependencies and launch the server.
cd akibot-ui
npm install
ng serve