My personal web assets. I use this project to try out many different types of new web technologies, so it is highly overengineered and shouldn't be used by anybody.
Install the Go development dependencies and start the web/API server. The web/API server will run on port 3554.
make go_get
make go_server_run
Install the Javascript development dependencies and start the frontend server. The frontend server will run on localhost, port 3000.
make npm
make frontend_run
To update the resume file, make all changes to ./web/frontend/conf/resume.json
and then run make resume
.