Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use http-server to start simple server #422

Open
wants to merge 1 commit into
base: v0.3.2-release
Choose a base branch
from
Open

Use http-server to start simple server #422

wants to merge 1 commit into from

Conversation

rao-abdul-mannan
Copy link

Using http-server package from npm to start a simple server and serve static files instead of opening the index.html file ( from the build or bin directory ) in the browser.

  1. For build, run following command in the command prompt.
    http-server build/
  2. For bin or production ready directory, run the following
    http-server bin/

Using http-server package from npm to start a simple server and serve static files instead of opening the index.html file ( from the build or bin directory ) in the browser.
1) For build, run following command in the command prompt.
   http-server build/
2) For bin or production ready directory, run the following
   http-server bin/
@rao-abdul-mannan
Copy link
Author

A very simple change just to make it look clean in the browser url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant