donejs / place-my-order

A restaurant menu ordering application. Built with DoneJS in ES6.

Home Page:https://donejs.com/place-my-order.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

place-my-order

A restaurant menu ordering application. Built in ES6 with DoneJS.

Getting started

To install all dependencies, (e.g. after cloning it from a Git repository) run

npm install donejs -g
npm install

Docker

To develop with Docker, see the Docker guide

Running tests

Tests can be run with

donejs test

Development mode

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

Build and production mode

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

About

A restaurant menu ordering application. Built with DoneJS in ES6.

https://donejs.com/place-my-order.html

License:MIT License


Languages

Language:JavaScript 84.0%Language:HTML 8.4%Language:Shell 4.2%Language:Dockerfile 2.2%Language:Less 1.2%