Running the Frontend Prototype in the Dev Environment - GeorgiosAndreadakis/wyt GitHub Wiki
- Update the local Git Repo
- Switch to the folder dev/mss/frontend
- Install the node packages listed in package.json with the command: npm install
- Start the lite-server with the prototype: npm start