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

https://github.com/marwan-at-work/marwanio

portfolio website written in GopherJS & Vecty
https://github.com/marwan-at-work/marwanio

golang gopherjs portfolio-website vecty

Last synced: 20 days ago
JSON representation

portfolio website written in GopherJS & Vecty

Awesome Lists containing this project

README

        

# Portoflio Website - [live](https://www.marwan.io)

## **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`