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

Felix B edited this page Jul 15, 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
  4. Install the angular dev kit with npm install @angular-devkit/build-angular

Run the project

  1. Clone this project in your desired directory and open it inside of VS Code as a Workspace
  2. Run the projekt with ng serve inside the directory containing the Amy-Web project
  3. Open http://localhost:4200/ inside the Browser of your choice and your good to go!
Clone this wiki locally