Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/pthomison/goapp-clock

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/pthomison/goapp-clock

  • v0.0.0-20240219001353-4b84e47b0d92
  • Source
  • Go
  • Socket score

Version published
Created
Source

goapp-clock

Deps

  1. Golang 1.21
  2. Node 21 / NPM
  3. Taskfile

Build Process

  1. Install Deps
  2. Clone Repo
  3. task npm-deps
  4. task run
  5. Visit http://127.0.0.1:8000 in a web browser

task run Breakdown

  • Build the webapp client (ie app.wasm)
  • Run the server executable

GH Pages Build Process

Much thanks to pojntfx/liwasc for demystifying the go-app static build process a bit

(in the GH action workflow)

  1. Clone repo
  2. Install Deps
  3. task gh-pages
  4. Release the newly created /docs directory to the gh-pages branch

task gh-pages Breakdown

  • Build the webapp client (ie app.wasm)
  • Run the build executable to use go-app's internal static site generation function (creates /docs)
  • Move the contents of the web folder (the output of the the webapp client build) into the /docs directory

FAQs

Package last updated on 19 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc