go-web-app test
Installation:
- install NodeJs (https://nodejs.org)
- install
grunt-cli
globally vianpm install -g grunt-cli
oryarn global add grunt-cli
- run
npm install
oryarn install
- run
grunt
from the project root directory
Run the app: - before using GoLang (static html serving first!)
- Install
http-server
vianpm install -g http-server
or viayarn global add http-server
- run
http-server
orhs
in the application root directory - navigate to
http://localhost:8080/html/home.html
or other url presented fromhttp=server