Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 684 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 684 Bytes

Football Stadium Map

Interactive Leaflet.js map displaying football stadiums across the country

Install

git clone https://github.com/putipong/football-stadium-map-exercise.git
cd football-stadium-map-exercise
npm i

Usage

Run and test locally:

npm run dev

Bundle project for production and deploy to /dist directory:

npm run prod