wyokyla23 / cocktails-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding & Cocktails Website

This project was generated with Angular CLI version 8.2.1.

To get going

git clone
npm install
npm start

To serve app and auto open browser use ng serve or npm start

How to activate links, update mentors, etc

All data used to populate app is found in "src/data" folder. Update toolset and venue in about.ts, update leadershipe & mentor in heroes.ts, and update session info in sessions.ts.

  • To activate links for a session, enable the areLinksEnabled flag for the session.
  • To display next session's ticket purchasing view:
    1. Make sure the session's eventbriteIFrameLink is populated
    2. Set the UPCOMING_SESSION_MONTH for the session to display using the integer representation for the month (ie 7 for July)

Development server

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. TODO: Write tests...

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.

About


Languages

Language:TypeScript 71.2%Language:HTML 18.2%Language:SCSS 8.9%Language:JavaScript 1.7%