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

Add project name to examples/with-three-js create command #17256

Merged
merged 2 commits into from
Sep 21, 2020

Commits on Sep 21, 2020

  1. Add project name to examples/with-three-js create command

    This is a change to add the project name as in the other examples.
    When we run with the current create command, we are asked for the project name.
    As follows:
    
    $ npx create-next-app --example with-three-js
    ? What is your project named? › my-app
    284km committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8bf62b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2edde32 View commit details
    Browse the repository at this point in the history