Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

28 lines (20 sloc) 433 Bytes

How Can I Contribute?

  • Clone the project
  • Install Go dependencies:
go get -v
  • Switch to public folder and install npm dependencies and angular cli:
cd public
npm install -g @angular/cli
npm install
  • Deploy to a local server:
ng serve
  • Once you implemented your frontend changes, build the artifact, build it as golang assets:
go-bindata-assetfs -o template.go dist/ dist/assets/images/
You can’t perform that action at this time.