DEV Community

Cong
Cong

Posted on

1 1

Docker command to try the Ionic Preview app

docker run --rm -p 8100:8100 --namionic node:8 bash -c \
  "git clone https://github.com/ionic-team/ionic-preview-app.git; cd ionic-preview-app &&\
  npm install && npm install -g ionic && ionic serve"

open http://localhost:8100

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay