A web app to teach logic through circuit puzzles!
- Clone project and run the command
npm install
.
- You can run the command
npm run dev
to start a babel-node server using nodemon. Browser access is athttp://localhost:3000/
.
- Compile with babel using the command
npm run build
. The compiled files will be in the/server
directory.
- You can run automated tests using Mocha and Chai with
npm test
.
- The compiled project can be run with the command
npm start
.