Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anfibiacreativa/balloonapp
A repository to learn Static Site Generation with Scully
https://github.com/anfibiacreativa/balloonapp
Last synced: 3 days ago
JSON representation
A repository to learn Static Site Generation with Scully
- Host: GitHub
- URL: https://github.com/anfibiacreativa/balloonapp
- Owner: anfibiacreativa
- Created: 2020-10-09T12:49:07.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-28T17:03:59.000Z (over 3 years ago)
- Last Synced: 2024-10-06T01:22:19.594Z (3 months ago)
- Language: TypeScript
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YOUR FUN RIDE TO INTEGRATING ANGULAR TOOLS AND EMBRACING THE JAM STACK
## Wintech World Series Online Festival WorkshopJAM is the achronym for Javascript, API's and Markup, so as you probably guessed,
those are the ingredients of this stack.The JAM Stack also introduces a set of best practices, like, "everything lives in GIT",
"deployments should be atomic", "assets are requested from CDN", and "pages
should be pre-rendered". JAM Stack sites are fast and performant, and Open Source tools
help us build them real quick, too!## Pre-requisites
- A Github free account
- A Netlify free account
- A computer with a CLI Tool
- Your favorite IDE
- Internet connection!Also installed globally in your system
- node.js + npm (LTS)
- git (latest)
- Github Desktop App
- @angular (core and cli v.10+)## During the workshop
You will be using the CLI to install dependencies, and will connect to the internet to upload and
download data, so make sure you are able to by having admin permissions, and a
good connection to the internet!## Some Images urls
https://res.cloudinary.com/anfibiacreativa/image/upload/v1602246561/wintechseries/jane1_znl594.jpg
https://res.cloudinary.com/anfibiacreativa/image/upload/v1602246561/wintechseries/jane3_jcji4h.jpg
https://res.cloudinary.com/anfibiacreativa/image/upload/v1602246558/wintechseries/jane6_fyr7d6.jpg
https://res.cloudinary.com/anfibiacreativa/image/upload/v1602246556/wintechseries/jane10_nnqvkt.jpg
https://res.cloudinary.com/anfibiacreativa/image/upload/v1602246555/wintechseries/jane7_vms5up.jpg# Balloonapp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## 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).