akshaykhanna / golang-webApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install local assets:

  • install NodeJs (https://nodejs.org)
  • install grunt-cli globally via npm install -g grunt-cli
  • run npm install from the root directory of the project
  • run grunt from the root directory of the project to compile CSS

To run the application:

  • install the app with go install github.com/lss/webapp
  • run with bin/webapp
  • navigate to http://localhost:8000/html/home.html

About


Languages

Language:CSS 94.2%Language:HTML 5.4%Language:Go 0.3%Language:JavaScript 0.1%