/go-echo-vuejs-boilerplate

Boilerplate of how to use go with echo framework and vuejs (client)

Primary LanguageGoMIT LicenseMIT

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