Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narven/glad2serve
Local server with goodies
https://github.com/narven/glad2serve
localserver webdevelopment
Last synced: 25 days ago
JSON representation
Local server with goodies
- Host: GitHub
- URL: https://github.com/narven/glad2serve
- Owner: Narven
- Created: 2021-03-02T10:06:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T07:59:20.000Z (over 3 years ago)
- Last Synced: 2024-06-21T08:49:54.752Z (5 months ago)
- Topics: localserver, webdevelopment
- Language: Go
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glad2serve
Local webserver with goodies
Glad2Serve is a utility that runs a local server and comes packed with some useful tools/assets to help developing websites locally.
Useful if you have bad internet connection or no connection at all.Currently provides:
* [Bootstrap CSS](http://localhost:4500/bootstrap.min.css)
* [Bootstrap JS](http://localhost:4500/bootstrap.min.js)The idea is to provide the most of these tools/libraries while trying to keep the binary file small.
### Install
Just download from the releases for your correct OS.
### Usage
`g2s serve` by default uses port 4500
[http://localhost:4500](http://localhost:4500)
Specify the port
`g2s serve -p 9000`