Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 583 Bytes

File metadata and controls

47 lines (21 loc) · 583 Bytes

Main

App use geolocation data of your browser

Allow your browser to share geodata

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.

To run app in development mode:

npm install

npm run start-dev

Build

Builds a minified version of the application in the build folder.

npm install

npm run build

Run in production

npm install

npm run build

npm start

By default the express server starts at port 3000.

Run tests

For testing run

npm test

Licensed under MIT License (MIT).