- Node/NPM/Yarn/Puppeteer
- Test
- Install Node v9.2+ globally if you don't have it already
- Install Yarn globally if you don't have it already (optional)
- Clone or download this repo
- Using terminal change directories to the project root
cd /path/to/recently-pulled-repo
- Install npm dependencies by running
yarn
Command | Description |
---|---|
yarn |
Install npm dependencies |
You can use ES6 and es modules (using node --experimental-modules flag, hence the .mjs file extensions).