Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvaclavik/usertech-lunch-app
- Owner: jvaclavik
- License: mit
- Created: 2016-07-16T09:36:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T07:26:50.000Z (over 8 years ago)
- Last Synced: 2024-11-10T07:40:53.526Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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