/paintJS

Primary LanguageJavaScript

PaintJS with Brunch + Redux + React + Babel/ES6

Installation

  1. Install brunch globally npm install -g brunch
  2. Clone this repo git clone https://github.com/FinnWinchester/paintJS.git
  3. cd paintJS
  4. Install dependencies npm install
  5. Run npm start
  6. Browse to http://localhost:3333/

Testing

  1. Clone this repo git clone https://github.com/FinnWinchester/paintJS.git
  2. cd paintJS
  3. Install dependencies npm install
  4. Now we have Jest installed
  5. Run npm test

Getting started

  • Brunch:
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.