Running the Frontend Prototype in the Dev Environment - GeorgiosAndreadakis/wyt GitHub Wiki

  1. Update the local Git Repo
  2. Switch to the folder dev/mss/frontend
  3. Install the node packages listed in package.json with the command: npm install
  4. Start the lite-server with the prototype: npm start