Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theyadev/ja-p13_oc
https://github.com/theyadev/ja-p13_oc
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theyadev/ja-p13_oc
- Owner: theyadev
- Created: 2024-02-05T13:39:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-19T08:34:08.000Z (9 months ago)
- Last Synced: 2024-04-10T12:23:40.983Z (7 months ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JA-P13_OC POC YourCarYourWay
## Front
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.3.
Don't forget to install your node_modules before starting (`npm install`).
### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
### Where to start
As you may have seen if you already started the app, a simple home page containing a logo, a title and a button is available. If you take a look at its code (in the `home.component.html`) you will see that an external UI library is already configured in the project.
This library is `@angular/material`, it's one of the most famous in the angular ecosystem. As you can see on their docs (https://material.angular.io/), it contains a lot of highly customizable components that will help you design your interfaces quickly.
Note: I recommend to use material however it's not mandatory, if you prefer you can get ride of it.
Good luck!