Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phcode-dev/phcode.io
Phoenix main website
https://github.com/phcode-dev/phcode.io
Last synced: about 2 months ago
JSON representation
Phoenix main website
- Host: GitHub
- URL: https://github.com/phcode-dev/phcode.io
- Owner: phcode-dev
- Created: 2023-10-01T06:13:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:59:19.000Z (4 months ago)
- Last Synced: 2024-09-09T15:28:46.966Z (4 months ago)
- Language: TypeScript
- Size: 9.63 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phoenix - The modern web developer's IDE
## Documentation
Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
- [Getting Started][quickstart]
- [Architecture][architecture]
- [Components and Templates][componentstemplates]
- [Forms][forms]
- [API][api]### Advanced
- [Angular Elements][angularelements]
- [Server Side Rendering][ssr]
- [Schematics][schematics]
- [Lazy Loading][lazyloading]
- [Animations][animations]## Development Setup
### Prerequisites
- Install [Node.js] which includes [Node Package Manager][npm]
### Setting Up a Project
Install the Angular CLI globally:
```
npm install -g @angular/cli
```Run the application:
```
cd [PROJECT NAME]
ng serve
```Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
## Quickstart
[Get started in 5 minutes][quickstart].
## Ecosystem
- [Angular Command Line (CLI)][cli]
- [Angular Material][angularmaterial]## Changelog
[Learn about the latest improvements][changelog].
## Upgrading
Check out our [upgrade guide](https://update.angular.io/) to find out the best way to upgrade your project.
### Contributing Guidelines
Read through our [contributing guidelines][contributing] to learn about our submission process, coding rules, and more.
[![Love Angular badge](https://img.shields.io/badge/angular-love-blue?logo=angular&angular=love)](https://www.github.com/angular/angular)