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
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
To build the app for production,
npm run build
Navigate to /dist folder and deploy to surge or github pages