Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 483 Bytes

Portoflio Website - live

Running in development

backend

go run *.go

or gowatch if you want autoreload: https://github.com/marwan-at-work/gowatch

frontend

One time conifg

cd ./frontend && npm i && webpack

If you don't have npm, install node.js. If you don't have webpack, npm i -g webpack.

Build & watch

cd ./frontend && gopherjs build github.com/marwan-at-work/marwanio/frontend -o ../public/frontend.js -w