Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denys-petryniak/nuxt-bnb
- Owner: denys-petryniak
- Created: 2021-07-11T07:18:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T16:23:37.000Z (10 months ago)
- Last Synced: 2024-11-29T09:55:52.153Z (24 days ago)
- Topics: algolia, cloudinary, nuxt, stripe
- Language: Vue
- Homepage: https://nuxt-bnb-dp.vercel.app
- Size: 2.68 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuxtBnB
*NuxtBnB is an AirBnB clone that uses Nuxt, Cloudinary, Stripe, Google Maps and Algolia.*
## 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).