Skip to content

melissasamworth/artdrop

 
 

Repository files navigation

Alt text

Artdrop

Artdrop React App

Setup

Clone the repo. Run:

npm i
npm run dev

Running Tests

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

Prod build

The following creates a new build.js file under the hosted-dir directory.

./build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • CSS 10.7%
  • Other 1.2%