benhurley / fin-meetup

Angular Web App to help new fins connect with others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fin Meetup

Fin Meetup is a webapp created with Angular to help new fins communicate with one another. The app allows users to find groups and events in their office, and also allows them to create their own.

Screenshot of Homepage

Getting Started

  1. Clone the repo
  2. Navigate into the application folder
cd fm-app
  1. Activate the local server
ng serve
  1. Navigate to your browser at local host 4200
localhost:4200

Gotchas

  1. When running locally, you may need to install the build-angular dependency before serving:
npm install --save-dev @angular-devkit/build-angular
  1. You can specify which host you would like to serve the app on
ng serve --port 1234

About

Angular Web App to help new fins connect with others.


Languages

Language:TypeScript 54.3%Language:HTML 34.1%Language:CSS 8.5%Language:JavaScript 3.1%