Skip to content

Manchukonda/personalWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out the Website

Personal Website

Manchukonda

This project was generated with Angular CLI version 7.3.9.

Development server

We need to make sure Angular CLI is installed. To install angular cli on ubuntu: (Follow the commands)
sudo apt update
sudo apt install nodejs
sudo apt install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install -g @angular/cli
sudo ng --version
sudo npm install --save-dev @angular-devkit/build-angular

Once everything goes good,

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Add the node_modules folder.

Commands to add bootstrap and jquery: npm install bootstrap jquery and add them in angular.json with proper path.

Command to start the server: ng serve

command to install firebase: npm install firebase angularfire2

Commands to deploy:

  1. npm install -g firebase-tools
  2. ng build --prod
  3. firebase login
  4. firebase init
  5. firebase deploy

Need to solve: 3 buttons issue and promise notification.