You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the sample project built by following the "[Build Your First GitHub App](https://developer.github.com/apps/build-your-first-github-app)" quickstart guide on developer.github.com.
1
+
This is the sample project built by following the "[Building Your First GitHub App](https://developer.github.com/apps/building-your-first-github-app)" Quickstart guide on developer.github.com.
2
2
3
3
It consists of two different servers: `server.rb` (boilerplate) and `advanced_server.rb` (completed project).
4
4
5
5
## Install and run
6
6
7
7
To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then type `bundle install` on the command line.
8
8
9
-
For the boilerplate project, type `ruby server.rb` on the command line.
9
+
*For the boilerplate project, type `ruby server.rb` on the command line.
10
10
11
-
For the completed project, enter `ruby advanced_server.rb` on the command line.
11
+
*For the completed project, enter `ruby advanced_server.rb` on the command line.
12
12
13
13
Both commands will run the server at `localhost:4567`.
14
-
15
-
## History
16
-
17
-
The original author is @DEGoodmanWilson, and the original source is https://github.com/DEGoodmanWilson/app-boilerplate.
18
-
19
-
The @github/product-docs-ecosystem team ported the code here and added `advanced_server.rb` while editing the guide before publishing it.
0 commit comments