We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 581be4c + de5fb30 commit 375e44cCopy full SHA for 375e44c
README.md
@@ -31,7 +31,7 @@ FastBoot App Server requires Node.js v10 or later.
31
32
## Quick Start
33
34
-Put the following in a `server.js` file:
+Put the following in a `fastboot-server.js` file:
35
36
```js
37
const FastBootAppServer = require('fastboot-app-server');
@@ -58,7 +58,7 @@ your server. (See [Application Builds](#application-builds) below.)
58
Run the server file:
59
60
```
61
-$ PORT=8000 node server.js
+$ PORT=8000 node fastboot-server.js
62
63
64
This will start an HTTP server on port 8000. To stop the server, type
0 commit comments