Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albogdano/angular2-para
Angular + Para quickstart example
https://github.com/albogdano/angular2-para
angular angular2 para starter-kit tutorial
Last synced: 10 days ago
JSON representation
Angular + Para quickstart example
- Host: GitHub
- URL: https://github.com/albogdano/angular2-para
- Owner: albogdano
- Created: 2016-06-09T12:14:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T13:17:01.000Z (over 3 years ago)
- Last Synced: 2024-08-02T20:44:28.141Z (3 months ago)
- Topics: angular, angular2, para, starter-kit, tutorial
- Language: TypeScript
- Homepage: https://albogdano.github.io/angular2-para
- Size: 5.1 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
![Logo](https://s3-eu-west-1.amazonaws.com/org.paraio/para.png)
# Angular + Para
[![Join the chat at https://gitter.im/Erudika/para](https://badges.gitter.im/Erudika/para.svg)](https://gitter.im/Erudika/para?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This is an example application for managing recipes, built with Angular and Para.
It is part of a tutorial on [how to get started quickly with Angular](http://www.erudika.com/blog/2016/06/09/Building-the-stack-from-scratch-with-Angular-2/)
and how to integrate your Angular frontend with a Para backend.
It's a simple recipe manager app with:- CRUD functionality for recipes
- Full-text search
- Markdown support## [Live DEMO](https://albogdano.github.io/angular2-para/)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).