- Install brunch globally
npm install -g brunch
- Clone this repo
git clone https://github.com/FinnWinchester/paintJS.git
cd paintJS
- Install dependencies
npm install
- Run
npm start
- Browse to http://localhost:3333/
- Clone this repo
git clone https://github.com/FinnWinchester/paintJS.git
cd paintJS
- Install dependencies
npm install
- Now we have Jest installed
- Run
npm test