This project was generated with angular-cli version 1.0.0-beta.16. More cli options: README_cli
Install angular-cli:
sudo npm install -g angular-cliClone github repository to your local machine:
git clone https://github.com/karol-depka/flexagendaNavigate to repository directory:
cd flexagendaInstall modules:
npm installOpen app url address in a browser:
open http://localhost:4200/ (xdg-open - linux)Start app:
ng serve // --host 0.0.0.0 to make app remote accessible