Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 631 Bytes

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