Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Set up Amy Web with VS Code

Patrick Singer edited this page Jul 21, 2018 · 7 revisions

Prerequisites

  1. Install node.js in Windows - just run the installer and restart your computer
    1.1 For Linux users its strongly recommended to use the nvm install script
  2. Install and open Visual Studio Code
  3. Install @angular/cli npm i -g @angular/cli OR yarn global add @angular/cli

Run the project

  1. Clone this project in your desired directory and add the folder to your VS Code workspace
  2. Run npm install
  3. Run the projekt with ng serve inside the directory containing the Amy-Web project
  4. Open http://localhost:4200/ inside the Browser of your choice and your good to go!

Set up communication with amy

!!deprecated!! Change the allowed origin here to http://localhost:4200

Clone this wiki locally