Run the App Locally

Page last updated:

Page last updated:

Now start your application locally using the npm start command:

$ npm start

> cf-sample-app-nodejs@0.0.0 start /.../cf-sample-app-nodejs
> node ./bin/www

Open http://localhost:3000 with your web browser. You should see your app running locally.

To stop the app from running locally, in the shell terminal, press Ctrl+C to exit.

I can run my App locally
View the source for this page in GitHub