Skip to content

Grace-Amondi/MaterialBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialBox

Introduction

demo MaterialBox is an open source template for creating beautiful mobile-responsive webmaps with html, css and javascript. It was created with the help of Materialize and Mapbox GL JS. View demo

Run Locally

Clone application

git clone https://github.com/Grace-Amondi/MaterialBox.git

Move into the ordinary_kriging directory

cd MaterialBox

Change .env.example to .env and Set your mapbox access token.Install node modules

npm install

Run application

npm start

Open application at http://localhost:1234


Build for production

To build the app for production,

npm run build

Navigate to /dist folder and deploy to surge or github pages