Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 447 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 447 Bytes

Introduction

  • A simple boilerplate that uses go with echo framework has the backend.
  • The frontend is served via the VueJS.
  • The routes can be served both via vue-router and echo router

How to use

To use the boilerplate,

  • Clone the repository

  • Install the npm packages

      cd client
      npm install
    
  • run the below file

      cd ..
      /bin/sh run.sh
    
  • Navigate to http://localhost:8082 to access the web