Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 613 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 613 Bytes

Skuba Restaurant Web

A web user interface for Skuba Restaurant

Screenshot

Package

  • React
  • Webpack 2
  • Babel
  • Bulma
  • Expressjs
  • Socket.io
  • MQTT

Using Web

git clone https://github.com/chutiphon-k/skuba-restaurant-web.git
cd web
npm install
npm run dev # For run development
npm run build # For run prodtion

Using Server

git clone https://github.com/chutiphon-k/skuba-restaurant-web.git
cd server
npm install
npm run dev # For run development