https://github.com/timolinn/golang-webapp
https://github.com/timolinn/golang-webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timolinn/golang-webapp
- Owner: timolinn
- Created: 2019-06-15T11:08:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T17:43:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T20:32:33.130Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 61.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 CSSTo run the application:
* install `http-server` via `npm install -g http-server`
* run `http-server` in application's root directory
* navigate to `http://localhost:8080/html/home.html`