Skip to content

joelgauchia/Easychef

 
 

Repository files navigation

Projecte

This project was generated with Angular CLI version 16.2.5.

Angular Setup

  1. Install Angular CLI: You need to have Angular CLI installed on your machine. You can install it globally using npm:
npm install -g @angular/cli
  1. Create a new project: You need to create a new project using Angular CLI. You can do this using the following command:
ng new projecte
  1. Inicialize an angular project: You need to inicialize an angular project. You can do this using the following command:
ng init

Firebase Setup

  1. Install Firebase CLI: You need to have Firebase CLI installed on your machine. You can install it globally using npm:
npm install -g firebase-tools
  1. Login to Firebase: You need to be logged into Firebase in your CLI. You can do this using the following command:
firebase login

Angular Options

Development server

Run the following command for a dev server:

ng serve

Then navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run the following command to generate a new component:

ng generate component component-name

You can also use the following commands to generate other code scaffolding:

ng generate directive|pipe|service|class|guard|interface|enum|module

Build

Run the following command to build the project:

ng build

The build artifacts will be stored in the dist/ directory.

Running unit tests

Run the following command to execute the unit tests via Karma:

ng test

Running end-to-end tests

Run the following command to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

ng e2e

Further help

Run the following command to get more help on the Angular CLI:

ng help

Or go check out the Angular CLI Overview and Command Reference page.

Firebase Upload

  1. Build your project: You need to build your project using Angular CLI. You can do this using the following command:
ng build
  1. Initialize Firebase: You need to initialize Firebase in your project. You can do this using the following command:
firebase init
  1. Deploy to Firebase: You can deploy your project to Firebase using the following command:
firebase deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.5%
  • HTML 26.8%
  • SCSS 13.7%