View the live deployment here: Sandvine - React
To install & run development environment
- Clone this repo.
- The starter for this project is built with Gatsby v2
- We need the Gatsby CLI to build the development/production environment
npm install --global gatsby-cli
- Now run the NPM install
npm install
- To run the development environment
gatsby develop
- To build for produciton
gatsby build