/imagenator

Ambitious Image editor

Primary LanguageJavaScriptMIT LicenseMIT

Imagenator

A ambitious wizard of html5 canvas and images

To prepare and run project

  1. Install node (version > 6)
  2. Install yarn 'npm install -g yarn'
  3. change directory to client and run 'yarn installl'
  4. change directory to server and run 'npm install'
  5. change directory to client and run 'npm run build'
  6. change directory to server and run 'npm run dev'