Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 281 Bytes

figureEditor

how to run

npm install
npm start

or if you want to restart server automatically

npm run nodemon

nodemon automatically restart server when you change files

how to test

npm test

I'm using karma, and it uses Chrome for testing, configurable in karma.conf