Skip to content

nphyatt/ionic-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker wrapped Ionic CLI

This is a simple docker wrapper to bootstrap install and using the ionic cli for users who are familiar or interested in docker. I've used docker-compose to make the commands a little easier.

Usage:

docker-compose run --rm ionic start myapp
docker-compose run --rm --service-ports -w /usr/local/apps/myapp ionic serve --all
...

Your app will live in the app/ dir and should trigger refresh when you edit the code.

About

The Ionic CLI in a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published