Sample task for Popcart-frontend using gatsby.
Prerequisites
- Yarn!
First time Setup
$ npm i -g yarn # installs yarn package manager globally
$ yarn install # installs dependencies
How to Start
$ yarn start # starts development serve
$ yarn build # creates a static/minified build (which can be served on any Web Server)