Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.08 KB

File metadata and controls

46 lines (38 loc) · 1.08 KB

From zero to Web Developer Hero - part 1

Source code from "From zero to Web Developer Hero - part 1" lecture.

Prerequisites

  1. Install Node.js and npm
  2. Install Yarn
  3. Install Bower
  4. Install Gulp
  5. Install MongoDB
  6. Install deployd

Installation

git clone https://github.com/SAPHybrisGliwice/from-zero-to-web-developer-hero-part-1.git
cd from-zero-to-web-developer-hero-part-1
yarn run init

Compile Sass to CSS

yarn run compile

Sass watch

yarn run watch

(Install and) run http-server

npm install http-server -g
http-server

Run deployd server

cd beerStorage
dpd

Fill db with some data

browse to:

http://127.0.0.1:8080/beerStorage/fill-db.html