Skip to content

Commit 5ad792b

Browse files
authored
Correct localhost port number
1 parent 5d34da0 commit 5ad792b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Run `ng g c component-name` to generate a new component. You can also use `ng ge
3636

3737
Run `npm run build:ssr && npm run serve:ssr` to build the project
3838

39-
Compiles the boiler application and spins up a Node Express to serve the Boiler Universal application on http://localhost:3000
39+
Compiles the boiler application and spins up a Node Express to serve the Boiler Universal application on http://localhost:3015
4040

4141
`npm run build:prerender && npm run serve:prerender` - Compiles your application and prerenders your application's files, spinning up a demo http-server so you can view it on http://localhost:8080 Note: To deploy your static site to a static hosting platform you will have to deploy the dist/browser folder, rather than the usual dist
4242

0 commit comments

Comments
 (0)