Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 689 Bytes

File metadata and controls

30 lines (21 loc) · 689 Bytes

Web

Requirements

Configuration

Configuration is performed in src/index.js file. Read comments in example index.js.

Build

For downloading dependencies in app-web directory run (ignore all warrings: they are not affecting build):

npm install

After download dependencies run to build Web App:

gulp dist --release

Now you can grab your result at dist directory. Put it to any hosting you want and you are ready.

Dev Server

For development you can run:

gulp dev