npm install -g @ionic/cli
Ionic recommend the LTS version of node and npm.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm -v
nvm install --lts
nvm use --lts
Download and install : Setup nvm.
nvm -v
nvm install lts
nvm use lts
npm install
ionic serve
On your web browser navigate to localhost.
- Yohann Durel
- Gabriel Filiot
- Romain Martineau
- Antoine Deyris
- Juliette Raynaud