Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 667 Bytes

tawk.to Frontend Developer Test

What is the test?

You will be building a simple knowledge base site in Vue js. A basic structure has been set up, you will just need to build on top of it. But if you want to move things around, feel free to do so.

Instructions

  • Clone this repo
  • Complete this task by pushing it to your repo and send the link to us
  • Please incorporate the included modules into your solution. Other modules are up to you.

How to run the project?

  1. Clone/download this repository
git clone https://github.com/PutuZX/frontend-test.git
  1. Install dependencies
npm install
  1. run the project
npm start