Stetoskop Web

This is a web module of an project of medical solution.

Features

  • SASS support including sourceMaps
  • Minimal CSS styling of the view
  • Gulp watch, build and local server tasks
  • Responsive navigation
  • Owl slider directive
  • localStorage service for set, get, remove data
  • queryService $http wrapper to handle calls
  • clear folder structure
  • less than 10 request in build version
  • minified CSS and JS build files
  • google analytics snippet

Download

git clone https://github.com/Joao6/stetoskop-web.git

1. Setup

npm install

2. Watch files

npm start

or

gulp

3. Build production version

npm run build

or

gulp build

4. Start webserver without watch task

npm run server

or

gulp server

5. Start webserver from build folder

npm run serverbuild

or

gulp server-build