A test project with Next.js and mapbox (react wrapper)
https://mapbox-react.herokuapp.com/
To get started, simply clone the repository and run npm install
# Clone the repo
git clone https://github.com/mahfuzur/mapbox-react.git
# Move into the new directory
cd mapbox-react/
# Install npm packages
npm install
# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev