An static Travel & Discovery App
- Ionic 6 components
- Custom headers/toolbars
- Data fetching from local JSON
- Ionicons
- Swiper
- Vue-router
- Sass
- Mapbox-gl
🚨 Create a .env file in the root of the project and put the mapbox token what you get.
// like this
VITE_MAPBOX_TOKEN='Token here'
$ npm install
$ ionic serve
// For ios platform
$ ionic capacitor build ios
// For android platform
$ ionic capacitor build android