A restaurant menu ordering application. Built in ES6 with DoneJS.
To install all dependencies, (e.g. after cloning it from a Git repository) run
npm install donejs -g
npm install
To develop with Docker, see the Docker guide
Tests can be run with
donejs test
In one command-line tab/window, you’ll need to run
donejs api
In another command-line tab/window, you can start development mode with
donejs develop
To build the application into a production bundle run
donejs build
In Unix environment the production application can be started like this:
NODE_ENV=production npm start