In terminal navigate to project and run npm install -S mapbox-gl
Insert import mapboxgl from 'mapbox-gl';
at top of scripts.js
In scripts.js
initialize map with
// GET MAP STARTED
const map = new mapboxgl.Map({
container: 'map', // Div ID, where to put it in DOM. <div id="map"></div> for example
style: 'https://maps.dallasnews.com/styles.json', // link to custom styles