Skip to content

DreamTeamOberj/payeTonKawa

Repository files navigation

PayeTonKawa

Table de matières

About the project

Technologies

React Ionic

Installation

Ionic

npm install -g @ionic/cli

Npm version

Ionic recommend the LTS version of node and npm.

Install nvm

On linux

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

On windows

Download and install : Setup nvm.

nvm -v
nvm install lts
nvm use lts

Install dependencies

npm install

Run the project

ionic serve

On your web browser navigate to localhost.

Contributors

  • Yohann Durel
  • Gabriel Filiot
  • Romain Martineau
  • Antoine Deyris
  • Juliette Raynaud