Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 754 Bytes

File metadata and controls

36 lines (26 loc) · 754 Bytes

AngularDartWSK

Aim of this project is to propose a base project that combined:

drone.io: Build Status

How to run

locally with pub

pub serve

in a Docker container


pub build
docker build -t angulardwsk .
docker run -d -p 8080:8080 angulardwsk

Access the website

chrome http://localhost:8080/

Still TODO

  • Add Unit-test configuration and examples.
  • Menu componentization
  • Add others AngularDart feature examples