Mic Front End Challenge

Install

Run the following commands: npm install && npm run serve

In a browser navigate to localhost:8080, and you should be able to see the website.

Note: You might need to install the vue cli tool to run the serve command. You can do it by running this command:

npm install -g @vue/cli