- Clone the repository with
git clone https://github.com/quxbaz/loopda
- Navigate to the directory with
cd loopda
- Install dependencies with
npm install
- Run the local test server with
npm run serve -- --port=8000
- Open your browser and go to the url
localhost:8000
Thats it! You should see the application running in your browser window.