Skip to content

Elius94/panotour-up

Repository files navigation

panotour-up

Running the application

Prerequisites

Installation

  1. Clone the repository
  2. Install dependencies with npm install
  3. Run the application with npm start

Building the application

  1. Clone the repository
  2. Install dependencies with npm install
  3. Build the application with npm run build

Serving the application (after building)

  1. Install serve with npm install -g serve
  2. Serve the application with serve -s public
  3. Open the application in your browser at http://localhost:3000