The Ghost Recon breakpoint landing page is a static generated accessable and responsive site using the Next js framework. And uses SASS with a BEM approach for the styling of this page. All of the data used in this prototype is consumed from an external JSON file.
Next js, Sass, JSON (data source), Bootstrap 4 grid and bigpicture js
First, run the development server:
npm run dev
# or
yarn dev