Skip to content

travishorn/locashare-client

Repository files navigation

Locashare

Client

Client for Locashare, a location sharing site/app. View server repository

Installation

Clone the repository.

> git clone https://github.com/travishorn/locashare-client.git

Move into directory

> cd locashare-client

Install dependencies

> npm install

Usage

Compiles and hot-reload for development

> npm run serve

The client will be served on port 8080.

Compile and minify for production

> npm run build

Built files will be written to dist/.

Run you tests

> npm run test

Lint and fix files

> npm run lint

This client can interface with the Locashare Server.

About

Client for Locashare, a location sharing site/app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published