Skip to content

Starter Kit for a Quasar v1 Project with Golang backend and protobuf as transport layer between.

License

Notifications You must be signed in to change notification settings

far4599/quasar-golang-proto-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar Framework App Template

Starter Kit for a Quasar Project with Golang backend and protobuf as transport layer between.

Usage

First, make sure you have Node >= 8, NPM >= 5, Golang >= 1.14.

# install protoc
$ sudo apt update && sudo apt install -y protobuf-compiler

# install Quasar CLI:
$ npm install -g @quasar/cli

# generate a project folder
$ quasar create --kit far4599/quasar-golang-proto-starter-kit <folder_name>

$ cd my-project
$ yarn

# start developing your app
$ yarn start

License

Copyright (c) 2021-present Alexey Fayzullin

MIT License

About

Starter Kit for a Quasar v1 Project with Golang backend and protobuf as transport layer between.

Topics

Resources

License

Stars

Watchers

Forks