Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denys-petryniak/nuxt-bnb

AirBnB clone
https://github.com/denys-petryniak/nuxt-bnb

algolia cloudinary nuxt stripe

Last synced: 20 days ago
JSON representation

AirBnB clone

Awesome Lists containing this project

README

        

# NuxtBnB

*NuxtBnB is an AirBnB clone that uses Nuxt, Cloudinary, Stripe, Google Maps and Algolia.*

image

## Explore in StackBlitz

Click the button below to open the project in StackBlitz for preview and experimentation:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/denys-petryniak/nuxt-bnb)

Feel free to explore the code, make changes, and see the results in real-time!

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [documentation](https://nuxtjs.org).