alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

After the dev server boots up for the first time display a message notifying how to load the page #30

Closed alarner closed 8 years ago

alarner commented 8 years ago

After running the npm run dev command it's not clear that the server is running successfully because the last message says: "Browserify: Bundle successful"

After:

  1. the server has started
  2. sass has compiled
  3. js has compiled

Add the following message: Server is running at server_address_goes_here where server_address_goes_here would be something like http://127.0.0.1:3000/ or whatever depending on which host and port the server is running on.

tphdev commented 8 years ago

@alarner

Submitted a PR for this to be merged on the start-script branch. Also should note that I attempted to knockout the NODE_ENV issue in the same PR.

If those should be two separate PR's for next time lmk :)