Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvaclavik/usertech-lunch-app

Easy lunch app based on Angular 2 & Firebase created on Angular2 Hackaton in UT.plus
https://github.com/jvaclavik/usertech-lunch-app

Last synced: 3 days ago
JSON representation

Easy lunch app based on Angular 2 & Firebase created on Angular2 Hackaton in UT.plus

Awesome Lists containing this project

README

        

# ng2-playground

This is playground for Angular2 rc.1 built with webpack.

- using rc.4 component router (`@angular/router`)
- using sass loader
- using firebase as a data source

# Prerequisities

- last npm!, node

# First run

`npm install` - this will install dependencies

`npm start` - this will start a dev server on port 8080

# Scripts

`npm run build` - builds project in dist directory

`npm run dev` - starts webpack dev server: (http://localhost:8080/webpack-dev-server/)

`npm start` - alias for `npm run dev`

`npm run watch` - build triggered on change