Skip to content

larsdouweschuitema-nuxt/funda-clone

Repository files navigation

Funda clone built with Nuxt

Table of contents

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installation

Clone repository and run project locally:

$ git clone git@github.com:larsdouweschuitema-nuxt/funda-clone.git # Clone project using SSH
$ cd funda-clone # Change directory
$ yarn install # Install required dependencies

Commands

Launch development server

$ yarn dev

Build and optimize your application with webpack for production

$ yarn build

Start the production server (after running yarn build).

$ yarn start

Server deployment

Build and start application for Production purposes

$ yarn build
$ yarn start

Licenses

This project is licensed under the MIT License - see the LICENSE.md file for details