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