korada / food-order

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Ordering App

Prerequisit

To build and run this demo app, Node.js and Node Package Manager (npm) needs to be installed. Node.js can be downloaded from here.

To verify that Node.js and npm are correctly installed, run the following commands:

node -v
npm -v

The current stable version for Node.js is 8.9.0 and npm is 5.6.0

Getting started

To run the demo application in development mode, run the following commands in the current directory:

npm install
npm run start:dev

Build

npm run build

The application should be running at the following URLs:

http://localhost:3000/

About


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:CSS 0.1%