Skip to content

faisaltheparttimecoder/go-echo-vuejs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published