/Road

Primary LanguageTypeScript

ROAD

Application for rental car

Using this project

You'll need the Ionic CLI with support for v2 apps:

$ npm install -g ionic

Clone:

git clone https://github.com/Zeroga98/Road.git && cd Road

Create environments config files:

cp src/environments/env.example.ts src/environments/dev.ts
cp src/environments/env.example.ts src/environments/prod.ts

and replace the API_URL values there.


Install npm dependencies:

  npm install

Then run:

$ ionic serve

More info on this can be found on the Ionic Getting Started page.