koderholic / billable-ui

A frontend interface to the billable-api built with VueJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to Setup :

  1. Ensure you have NodeJs and it's dependency manager NPM installed and setup correctly
  2. Clone repository
  3. For quick access open the dist folder and launch the index.html file, ensure the billable web service is started already and listening for connections on port "8100"
  4. Run "npm install", to download and install the application dependencies
  5. Run "npm run webpack" to start up the application on port "9090"
  6. Navigate to localhost:9090/ to view interface on the browser

About

A frontend interface to the billable-api built with VueJs


Languages

Language:CSS 94.1%Language:Vue 4.3%Language:JavaScript 1.5%Language:HTML 0.1%