Answer the question
In order to leave comments, you need to log in
What are the recipes for deploying a web project in Go?
So, at the moment I'm developing a project in Go and Angular 2 for the frontend. And this is my first experience in web development in general. I used to do C++ and C for embedded, but circumstances have changed. So, at the moment, the “deployment” procedure looks something like this:
ssh HOST
go get PACKAGE
cd $GOPATH/PACKAGE
npm install
tsc
sass --update scss:static/css
Answer the question
In order to leave comments, you need to log in
question of merging and minifying JS files
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question