Instaurant is designed to
- Allow restaurant owners to configure online restaurant menus and services that are accessible to customers.
- Provide restaurant owners with insights into restaurant operations by presenting useful analytical data.
A demo video on Youtube.
Babel is the compiler for writing next generation JavaScript right now without waiting for browser support.
Bootstrap is the world's most popular mobile first front-end framework for faster and easier web development.
ES6/ECMAScript 2015 is an ECMAScript standard finalized in June 2015 that adds significant new syntax for writing complex JavaScript applications.
Firebase is a mobile and web application development platform that lets developers build better applications fast without managing servers, and grow successful business.
React is a Javascript library for building user interfaces.
React Router is a collection of navigational components that compose declaratively with your application.
Redux is a predictable state container for JavaScript apps.
Webpack is a module bundler for modern JavaScript applications.
$ git clone https://github.com/walkman-kuan/Instaurant.git
$ cd instaurant
$ npm install
$ npm run dev| Script | Description |
|---|---|
npm install |
Install all modules, listed as dependencies in package.json, in the local node_modules folder |
npm run build |
Remove previous build files (if any), and then package all application modules to ./bundles |
npm run dev |
Start development-ready application with webpack-dev-server @ http://localhost:8080/ |