Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/faisaltheparttimecoder/go-echo-vuejs-boilerplate

Boilerplate of how to use go with echo framework and vuejs (client)
https://github.com/faisaltheparttimecoder/go-echo-vuejs-boilerplate

boilerplate boilerplate-template echo echo-framework go vuejs

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# 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