Origami templates to create paper boxes. Perfect for board games, but not only.
This project is built with Javascript using React, leveraging Azure Functions and Node.js for API and MongoDB for storage.
| tool | website |
|---|---|
yarn |
Used for front-end dependencies and scripts |
docker / docker-compose |
Used for the additional module (mongodb and azure functions) |
| scripts | usage |
|---|---|
yarn start |
Runs the front-end in the development mode (with auto-reload and lint errors) |
yarn local:db |
Starts the mongodb server for local development using docker |
yarn local:api |
Starts the Azure Function Apis for local development (with auto-reload) |
yarn local |
starts both mondb and the apis for local development |
The master branch is automatically deployed on Azure as a Static Web App.
The source code of this project is released under the MIT license.