This project was generated with Angular CLI version 1.6.5.
An Angular project site clone of https://www.bustle.com
This build will demonstrate basic understanding of setting up an Angular project, some styling practice and working components that divide individual aspects of the site into modules.
Components to build:
-
top menu bar
-
hamburger icon
logo icon
social media icons/links
search icon
US/UK toggle icons
-
various articles/links
-
hero article/links
-
bustle exclusives articles/links
-
centered main column articles/links
-
Clone Bustle Project Repo
Install npm dependencies by running `npm install` command in terminal
Open index.html in a web browser (Chrome Preferred)
Set up the firebase configs by adding this file: `/src/app/api-keys.ts`
It will need to contain everything inside the script tags from firebase in your dashboard
see below:
`export const masterFirebaseConfig = {
apiKey: "XXXXX",
authDomain: "XXXXX.firebaseapp.com",
databaseURL: "https://XXXXX.firebaseio.com",
projectId: "XXXXX",
storageBucket: "XXXXX.appspot.com",
messagingSenderId: "XXXXX"
};`
You will need to obtain a firebase key and other credentials and fill this in with those values.
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.
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.
Run ng test to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
-
JavaScript
Node.js
jQuery 3.3.1
Bootstrap 4.1.3
Babel
Webpack
ESLint
Jasmine
Karma
Any time, day or night, for any reason, question, answer or concern, contact me here: theluvq@gmail.com
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
This software is licensed under the MIT license.
Copyright (c) 2018 Eric Conner