Skip to content

johnhoangsoftware/whatever-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHATEVER COFFEE SHOP

A front-end development of coffee shop webpage for Database class.

Notes

  • This contains no backend function, to view complete product, please visit our main repository.
  • This design is for educational purpose only (not for sale).

Table of content

Prerequisites

  • npm and gulp
  • Download NodeJs.

Development

  • Install ExpressJS npm install express
  • Install Nodemon (watch file changes): npm install nodemon --save-dev
  • Stop: Ctrl + C
  • Install Morgan (middleware) watch request from client to server: npm install morgan --save-dev
  • Install handlebars: npm install express-handlebars --save-dev

Run

The first run

  • Step 1: npm i
  • Step 2: npm run compiler
  • Step 3: npm start

Next runs: npm start

Preview

View my website at https://mint18032.github.io/coffeeShop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published