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

Unknown command dev #16

Closed
reggi opened this issue Nov 2, 2015 · 3 comments
Closed

Unknown command dev #16

reggi opened this issue Nov 2, 2015 · 3 comments

Comments

@reggi
Copy link

reggi commented Nov 2, 2015

$ rackt dev
Unknown command dev
@revolunet
Copy link
Contributor

there is no "dev" command, where did you see that ?

maybe rackt server ?

@reggi
Copy link
Author

reggi commented Nov 2, 2015

Hey @revolunet in the help:

Usage: rackt <command> [<args>]

Commands:
  init <name>   Creates a folder called <name> and generates a component structure.
  build         Builds the component to dist/ for UMD, and build/ for CommonJS.
  dev           Start the dev server using port 8080.
  release       Publish a new release to npm. Use --preview to preview release
  test          Run the test suite. Use --single-run for single run.
  pages         Deploys the examples to gh-pages.

Options:
  --help      Prints usage and options.
  --version   Prints current version.

@revolunet
Copy link
Contributor

Nice catch thanks. just submitted a pull request to fix that typo.

You should use rackt server and then be able to get your examples from http://127.0.0.1:8080

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

No branches or pull requests

3 participants