An open API service indexing awesome lists of open source software.

https://github.com/romijulianto/geocoding-mapbox-vue-express-tailwind

Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS
https://github.com/romijulianto/geocoding-mapbox-vue-express-tailwind

Last synced: 2 months ago
JSON representation

Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS

Awesome Lists containing this project

README

        

### Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS

_Documentation by Romi Julianto_

## Installation
```bash
- vue create client
- npm install -D tailwindcss postcss autoprefixer
- npx tailwindcss init -p
- npm i axios leaflet
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Run Request in PostMan
[![Run in Postman](https://run.pstmn.io/button.svg)]()
### Referensi
- [Build & Deploy a Geocoding Map App With Vue 3, Express & Tailwind CSS](https://www.youtube.com/watch?v=vfqjz-JnfXc)