This is an example repo for testing out a DeckGL custom layer implementation.
Install dependencies
npm install
Start the dev server, which will be running at http://localhost:3000
npm run dev
You should see something similar at the server location.
The custom layer in question is in /layers/CustomLayer.js