Artdrop React App
Clone the repo. Run:
npm i
npm run devRun the following two commands:
./scripts/compile_tests.sh; mocha test-build/tests.jsWhen developing tests you can have them both watch for changes while you code:
./scripts/compile_tests.sh --watch
mocha test-build/tests.js --watchThe following creates a new build.js file under the hosted-dir directory.
./build.sh