https://github.com/marstr/quickstart
A Buffalo Application that inspects your environment to help you get started.
https://github.com/marstr/quickstart
Last synced: 5 months ago
JSON representation
A Buffalo Application that inspects your environment to help you get started.
- Host: GitHub
- URL: https://github.com/marstr/quickstart
- Owner: marstr
- License: mit
- Created: 2018-06-20T18:11:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T00:06:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T02:19:54.990Z (over 1 year ago)
- Language: HTML
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Buffalo!
Thank you for choosing Buffalo for your web development needs.
## Starting the Application
Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:
$ buffalo dev
If you point your browser to [http://127.0.0.1:3000](http://127.0.0.1:3000) you should see a "Welcome to Buffalo!" page.
**Congratulations!** You now have your Buffalo application up and running.
## What Next?
We recommend you heading over to [http://gobuffalo.io](http://gobuffalo.io) and reviewing all of the great documentation there.
Good luck!
[Powered by Buffalo](http://gobuffalo.io)