Skip to content

PatrikKozak/restaurant-app

Repository files navigation

Restaurant App

This is a basic restaurant app created using HTML and CSS.

The static site shows a restaurant app landing page, about section, as well as, a food preview section showing a few clean animations to highlight the restaurant's best food options.

In the root of this project run on your terminal

    npm install gulp-cli -g
    npm install gulp 
    npm install webpack@4.25.1 -g
    npm install webpack-cli@3.1.2 -g
    npm install

Make sure your version of gulp is 4.0

    gulp -v    

Make sure webpack is installed

  webpack -v

Start the dev server

  npm run watch

Start the dev server with proxy

  npm run proxy

Build files for production

  npm run build

Optimize Your Images

  npm run imgs

Static Site Generator Development

  npm run static:dev

Static Site Generator Production

  npm run static:build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages