Skip to content
This repository was 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 --save-dev @angular-devkit/build-angular
  5. Clone this project in your desired directory and open it inside of VS Code as a Workspace
  6. Run the projekt with ng serve inside the directory containing the Amy-Web project
  7. Open http://localhost:4200/ inside the Browser of your choice and your good to go!

Clone this wiki locally